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

[ci] debug ci

parent 71979c8e
No related branches found
No related tags found
No related merge requests found
Pipeline #346018 failed
#!/bin/sh
set -e
set -x
if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
.gitlab-ci-scripts/goreleaser.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