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

FIX: used wrong branch name in docker image reference

parent 137665ce
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=dev-latest;
CAOSDB_TAG=master-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