Skip to content
Snippets Groups Projects
Commit 51e41ab2 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Add logging for ENV Vars

parent 4aaa90ec
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ versioning:
services:
- docker:20.10-dind
before_script:
- echo "Logging in as $CI_REGISTRY_USER @ $CI_REGISTRY"
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
# Create and push the integration image to the gitlab registry, if it does not exist.
......
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