Skip to content

Commit

Permalink
[ci] debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Feb 7, 2024
1 parent 1911566 commit 0e011db
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e011db

Please sign in to comment.