Skip to content
Snippets Groups Projects
Verified Commit 9db184e5 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Updated .gitlab-ci.yml for new ref names in deploy.

parent 0eb12360
No related branches found
No related tags found
No related merge requests found
Pipeline #18904 failed
......@@ -111,6 +111,8 @@ test:
docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}_F_dev" ;
elif [ "$F_BRANCH" == "main" ] ; then
CAOSDB_TAG=${DEFAULT_CAOSDB_TAG}_F_main ;
elif [ "$F_BRANCH" == "dev" ] ; then
CAOSDB_TAG=dev ;
else
CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}" ;
fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment