Skip to content
Snippets Groups Projects
Verified Commit 657b97a7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 80b69973
No related branches found
No related tags found
No related merge requests found
Pipeline #9934 failed
......@@ -128,7 +128,7 @@ test:
CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH};
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}
CAOSDB_TAG=${DEFAULT_CAOSDB_TAG}_F_main
else
CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}_F_dev";
fi;
......
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