blob: da541b325760daa5f922be6e41982d6c974fa409 (
plain) (
blame)
1
2
3
4
5
6
|
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_program_version}"
|