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
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ test:
- echo $CAOSDB_TAG
- echo $CI_COMMIT_REF_NAME
- if ! echo "$F_BRANCH" | grep -c "^f-" ; then
F_BRANCH = dev ;
F_BRANCH=dev;
fi
- if [[ "$CAOSDB_TAG" == "" ]]; 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.
Finish editing this message first!
Please register or to comment