Skip to content
Snippets Groups Projects
Commit 4b96734e authored by RKGarcia's avatar RKGarcia
Browse files

reroute gamma ci tests to geosphere-test namespace

parent 6fdb7691
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ error() {
test_namespace() {
if [[ $CI_ENVIRONMENT_NAME == "gcp" ]]; then
echo "${GCP_NAMESPACE}"
elif [[ $CI_COMMIT_TAG =~ $GAMMA_GEOSPHERE_TEST_TAG_REGEX ]]; then
# put in same namespace because that's all we're allowed
echo "${GAMMA_GEOSPHERE_TEST_NAMESPACE}"
else
echo "${TESTS_NAMESPACE}"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment