Skip to content
Snippets Groups Projects
Verified Commit c7ea12d2 authored by David (Jointech)'s avatar David (Jointech)
Browse files

debug: echo length of ci-vars

parent e58e2103
No related branches found
No related tags found
No related merge requests found
Pipeline #2606 failed
......@@ -29,6 +29,8 @@ docker-push:
- docker:dind
before_script:
# default repo is docker.io (aka docker hub)
- echo ${#DOCKER_ID}
- echo ${#DOCKER_HUB_AUTH}
- docker login -u "$DOCKER_ID" -p "$DOCKER_HUB_AUTH"
script:
# every commit on main branch should build image as unstable
......
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