Skip to content
Snippets Groups Projects
Verified Commit b16d7555 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: list known registry tags and grep for current tag

parent bdad72a6
Branches
Tags
No related merge requests found
......@@ -123,6 +123,10 @@ test:
CAOSDB_TAG=dev-latest;
fi
- echo $CAOSDB_TAG
- KNOWN_TAGS=$(curl -u testuser:$CI_REGISTRY_PASSWORD -X GET https://$CI_REGISTRY:5000/v2/caosdb/tags/list)
- echo $KNOWN_TAGS
# test if the caosdb registry knows our current tag
- echo $KNOWN_TAGS | grep "$CAOSDB_TAG"
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:latest
- cd .docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment