Skip to content
Snippets Groups Projects
Commit 8527e8a6 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

git ci for experimental branch

parent 6c1d85ce
No related branches found
No related tags found
No related merge requests found
Pipeline #482912 passed
...@@ -20,6 +20,6 @@ docker-build: ...@@ -20,6 +20,6 @@ docker-build:
docker push "$CI_REGISTRY_IMAGE:latest" docker push "$CI_REGISTRY_IMAGE:latest"
fi fi
rules: rules:
- if: $CI_COMMIT_BRANCH == "release" - if: $CI_COMMIT_BRANCH == "release" || $CI_COMMIT_BRANCH == "experimental"
exists: exists:
- Dockerfile - Dockerfile
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment