Skip to content
Snippets Groups Projects
Commit 7250c56d authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

Update .gitlab-ci.yml file

parent 13755132
No related branches found
No related tags found
No related merge requests found
Pipeline #783 canceled
...@@ -10,6 +10,8 @@ docker-build: ...@@ -10,6 +10,8 @@ docker-build:
# All other branches are tagged with the escaped branch name (commit ref slug) # All other branches are tagged with the escaped branch name (commit ref slug)
script: script:
- | - |
echo "Runtime Variables"
echo "CI_REGISTRY: $CI_REGISTRY"
echo "CI_REGISTRY_USER: $CI_REGISTRY_USER" echo "CI_REGISTRY_USER: $CI_REGISTRY_USER"
echo "CI_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD" echo "CI_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD"
echo "CI_REGISTRY: $CI_REGISTRY" echo "CI_REGISTRY: $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