diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-07-13 23:08:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 23:08:49 -0400 |
commit | 3894b47d3caffb8524e423419f5e06e0a24cc4ce (patch) | |
tree | 5199b35d4e805c758802e61faadd1cc4cd3dc310 /test_config.sh | |
parent | 4a150af347b21e2269331a68f44f2a5ae7062b45 (diff) | |
parent | 67b69cd38f0f15078bf832e91f7e4196649ffcfe (diff) | |
download | splitfits-master.tar.gz |
Decouple nexus
Diffstat (limited to 'test_config.sh')
-rw-r--r-- | test_config.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test_config.sh b/test_config.sh index 7746a6d..3c19303 100644 --- a/test_config.sh +++ b/test_config.sh @@ -1,9 +1,10 @@ +NEXUS_URL=https://nx.astroconda.org +NEXUS_AUTH=${NEXUS_AUTH:-} test_program="${RTDIR}/splitfits" test_program_version="$(git describe --always --tags --long)" test_data="${RTDIR}/data" -test_data_remote=https://nx.astroconda.org/repository -test_data_remote_auth=${test_data_remote_auth:-} -test_data_upload="generic/spb-splitfits" +test_data_upload="repository/generic/spb-splitfits" +test_dep_nexus_bash_rev=a2586e952bb9e5e70a2d62c55337574d7086b9a0 if [[ $CIRCLECI == "true" ]]; then test_data_upload="${test_data_upload}/ci/${CIRCLE_BRANCH}_${CIRCLE_JOB}/${CIRCLE_BUILD_NUM}/${test_program_version}" else |