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

[ci] debug ci

parent 19115667
No related branches found
No related tags found
No related merge requests found
Pipeline #345918 failed
......@@ -79,11 +79,15 @@ prerelease:
GIT_DEPTH: 0
REPO_HOST: repo.data.kit.edu
REPO_USER: cicd
before_script:
- docker login
script:
- set -e
- if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
- .gitlab-ci-scripts/goreleaser.sh
- .gitlab-ci-scripts/upload.sh
- |
set -e
set -x
if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
.gitlab-ci-scripts/goreleaser.sh
.gitlab-ci-scripts/upload.sh
after_script:
- curl -d "repo=github.com/oidc-mytoken/server" https://goreportcard.com/checks
......
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