Skip to content
Snippets Groups Projects
Commit 61ed0c65 authored by florian's avatar florian
Browse files

Merge branch 'dev' into f-exception-handling

parents d3428e04 d707cf45
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ test:
fi
- if [[ "$CAOSDB_TAG" == "" ]]; then
if echo "$F_BRANCH" | grep -c "^f-" ; then
CAOSDB_TAG=f-feature-branch-pipeline_F_${F_BRANCH}-latest;
CAOSDB_TAG=dev_F_${F_BRANCH}-latest;
else
CAOSDB_TAG=dev-latest;
fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment