Skip to content
Snippets Groups Projects
Commit 499bd94b authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Allowing the go child pipeline stage to fail on dev, which it does if there aren't any go changes

parent a7c86881
No related branches found
Tags 2.8.0
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1558Allowing the go child pipeline stage to fail on dev, which it does if there aren't any go changes
Pipeline #13396 passed
......@@ -505,6 +505,7 @@ go child pipeline:
strategy: depend
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9](\.[0-9])*)-DEVELOPMENT/'
allow_failure: true
variables:
DEPLOY_ENV: "dev"
changes:
......
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