Skip to content
Snippets Groups Projects
Verified Commit a8ca6cba authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

[ci] debug ci

parent a1809086
No related branches found
No related tags found
No related merge requests found
Pipeline #346026 failed
......@@ -3,7 +3,7 @@
set -e
if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
echo $DOCKER_USERNAME
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin $DOCKER_REGISTRY
.gitlab-ci-scripts/goreleaser.sh
.gitlab-ci-scripts/upload.sh
......
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