Skip to content

Commit

Permalink
change cdash submit method to https
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Sep 10, 2020
1 parent 99ccb1b commit ee34430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CTEST_PROJECT_NAME "TECA")
set(CTEST_NIGHTLY_START_TIME "23:00:00 PDT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "cdash.nersc.gov")
set(CTEST_DROP_LOCATION "/submit.php?project=TECA")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit ee34430

Please sign in to comment.