Skip to content

Commit

Permalink
ENH: Use https for submitting dashboard builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored Jun 23, 2023
1 parent 4fff22b commit 3cd298d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CTEST_PROJECT_NAME "ITK")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Insight")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 3cd298d

Please sign in to comment.