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 2c405fc commit 9649ebd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ prerelease:
DOCKER_REGISTRY: https://index.docker.io/v1/
GODIR: /go/src/github.com/oidc-mytoken/server
script:
- docker run --rm --privileged \
-v $PWD:/$GODIR \
- docker run --rm --privileged
-v $PWD:/$GODIR
-w $GODIR
-v "${PWD}/../shared":/tmp/shared \
-v /var/run/docker.sock:/var/run/docker.sock \
-e DOCKER_USERNAME \
-e DOCKER_PASSWORD \
-e DOCKER_REGISTRY \
-e GITHUB_TOKEN \
--entry-point=.gitlab-ci-scripts/release.sh \
-v "${PWD}/../shared":/tmp/shared
-v /var/run/docker.sock:/var/run/docker.sock
-e DOCKER_USERNAME
-e DOCKER_PASSWORD
-e DOCKER_REGISTRY
-e GITHUB_TOKEN
--entrypoint=.gitlab-ci-scripts/release.sh
goreleaser/goreleaser

deploy-dev:
Expand Down

0 comments on commit 9649ebd

Please sign in to comment.