Skip to content
Snippets Groups Projects
Commit 214f9940 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

try deploying branch

parent 22bb5a16
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10301 canceled
......@@ -5,7 +5,7 @@
- NAME="${REGISTRY_URL}/workspaces/${SERVICE_NAME}"
- docker push ${NAME}:${IMAGE_TAG}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/ || $CI_COMMIT_BRANCH == "conflict_check"'
variables:
IMAGE_TAG: $CI_COMMIT_BRANCH
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