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

PIPELINE: run main branch of deploy in main of juliainttest

parent c86eec5a
No related branches found
No related tags found
No related merge requests found
Pipeline #28929 passed
...@@ -149,6 +149,8 @@ test: ...@@ -149,6 +149,8 @@ test:
CAOSDB_TAG=main ; CAOSDB_TAG=main ;
elif [ "$F_BRANCH" == "dev" ] ; then elif [ "$F_BRANCH" == "dev" ] ; then
CAOSDB_TAG=dev ; CAOSDB_TAG=dev ;
elif [ "$CI_COMMIT_REF_NAME" == "main" ] ; then
CAOSDB_TAG=main ;
else else
CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}" ; CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}" ;
fi; fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment