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

FIX: Pipeline fix: New tag name convention in deploy.

parent 866c09ff
No related branches found
No related tags found
No related merge requests found
Pipeline #18820 canceled
......@@ -112,7 +112,7 @@ test:
elif [ "$F_BRANCH" == "main" ] ; then
CAOSDB_TAG=${DEFAULT_CAOSDB_TAG}_F_main ;
else
CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}_F_dev" ;
CAOSDB_TAG="${DEFAULT_CAOSDB_TAG}" ;
fi;
fi
- echo "F_BRANCH = $F_BRANCH"
......
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