Skip to content
Snippets Groups Projects
Commit c0ca9d02 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: remove ws

parent d7034a08
Branches
Tags
No related merge requests found
...@@ -90,7 +90,7 @@ test: ...@@ -90,7 +90,7 @@ test:
- echo $CAOSDB_TAG - echo $CAOSDB_TAG
- echo $CI_COMMIT_REF_NAME - echo $CI_COMMIT_REF_NAME
- if ! echo "$F_BRANCH" | grep -c "^f-" ; then - if ! echo "$F_BRANCH" | grep -c "^f-" ; then
F_BRANCH = dev ; F_BRANCH=dev;
fi fi
- if [[ "$CAOSDB_TAG" == "" ]]; then - if [[ "$CAOSDB_TAG" == "" ]]; then
if echo "$F_BRANCH" | grep -c "^f-" ; then if echo "$F_BRANCH" | grep -c "^f-" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment