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

FIX: dev is now the branch to be used in deploy

parent ee3482cc
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ test:
entrypoint: ["/bin/sh", "-c"]
script:
- if [[ "$CAOSDB_TAG" == "" ]]; then
CAOSDB_TAG=master-latest;
CAOSDB_TAG=dev-latest;
fi
- echo $CAOSDB_TAG
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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