Skip to content
Snippets Groups Projects
Commit 86610483 authored by void's avatar void
Browse files

debug info

parent 451755ba
No related branches found
No related tags found
No related merge requests found
Pipeline #748 failed
......@@ -8,6 +8,14 @@ docker-build:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)
# All other branches are tagged with the escaped branch name (commit ref slug)
script:
- |
echo "CI_REGISTRY_USER: $CI_REGISTRY_USER"
echo "CI_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD"
echo "CI_REGISTRY: $CI_REGISTRY"
echo "CI_COMMIT_BRANCH: $CI_COMMIT_BRANCH"
echo "CI_COMMIT_REF_SLUG: $CI_COMMIT_REF_SLUG"
echo "CI_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE"
script:
- |
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
......
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