Skip to content
Snippets Groups Projects
Verified Commit 4c868f44 authored by David Hoese's avatar David Hoese
Browse files

More debugging

parent 2f9a1db6
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ variables:
CICHART_IMAGE: "$CI_REGISTRY_IMAGE/cichart:latest"
GEOSPHERE_TAG_REGEX: "^r[0-9]+_[0-9]+"
# GEOSPHERE_TEST_TAG_REGEX: "^test-r[0-9]+_[0-9]+"
GEOSPHERE_TEST_TAG_REGEX2: "test-r[0-9]+_[0-9]+"
GEOSPHERE_TEST_TAG_REGEX2: "/test-r[0-9]+_[0-9]+/"
GCP_TAG_REGEX: "^gcp-r[0-9]+_[0-9]+"
# TESTS_BRANCH_REGEX: "^master"
# only run tests for branches in the main repository
......
......@@ -133,7 +133,7 @@ gstest debug tags2:
- echo "Tag ${CI_COMMIT_TAG}"
- echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
rules:
- if: $CI_COMMIT_TAG !~ /$GEOSPHERE_TEST_TAG_REGEX2/
- if: $CI_COMMIT_TAG !~ $GEOSPHERE_TEST_TAG_REGEX2
when: never
- when: on_success
......
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