Skip to content
Snippets Groups Projects
Verified Commit 350e0970 authored by Olivier Benz's avatar Olivier Benz
Browse files

Rename branch master to main

parent 2767484c
No related branches found
No related tags found
No related merge requests found
Pipeline #13453 passed
......@@ -14,7 +14,7 @@ variables:
echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER
--password-stdin $CI_REGISTRY
- |
if [[ $CI_COMMIT_BRANCH == "master" ]]; then
if [[ $CI_COMMIT_BRANCH == "main" ]]; then
export CI_APP_REPO=${CI_APP_REPO:-$CI_REGISTRY_IMAGE}
export CI_APP_TAG=${CI_APP_TAG:-latest}
else
......
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