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

Fix bad yaml (colons arent allowed)

parent eb23eb29
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,8 @@ 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
- echo "Tag ${CI_COMMIT_TAG}"
- echo "Regex ${GEOSPHERE_TEST_TAG_REGEX}"
gstest deploy mapcache:
environment:
......
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