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

Add test job to geosphere-test jobs to debug tag matching

parent 6f128f7a
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,15 @@ gstest deploy rabbit:
# when: never
# - when: on_success
gstest debug tags:
stage: test
extends: .helm_based_job
script:
- echo "Tag: $CI_COMMIT_TAG"
- echo "Regex: $GEOSPHERE_TEST_TAG_REGEX"
rules:
- when: on_success
gstest deploy mapcache:
environment:
name: geosphere-test
......
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