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 46fc464 commit 9c47cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci-scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e
if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
echo $DOCKER_USERNAME
echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin $DOCKER_REGISTRY
.gitlab-ci-scripts/goreleaser.sh
.gitlab-ci-scripts/upload.sh

Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ prerelease:
REPO_USER: cicd
DOCKER_REGISTRY: https://index.docker.io/v1/
GODIR: /go/src/github.com/oidc-mytoken/server
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin "$DOCKER_REGISTRY"
script:
- .gitlab-ci-scripts/release.sh

Expand Down

0 comments on commit 9c47cc9

Please sign in to comment.