Skip to content
Snippets Groups Projects
Commit 037ad0d0 authored by Idriss Neumann's avatar Idriss Neumann
Browse files

Merge branch 'develop' into 'main'

Update release.sh

See merge request !39
parents 940be935 6906c282
No related branches found
No related tags found
1 merge request!39Update release.sh
Pipeline #33078 passed
......@@ -9,6 +9,10 @@ if curl --silent "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/releases" |
exit 1
fi
export DOCKER_REGISTRY="${CI_REGISTRY}"
export DOCKER_USERNAME="${CI_REGISTRY_USER}"
export DOCKER_PASSWORD="${CI_REGISTRY_PASSWORD}"
if ! docker run --rm --privileged \
-v "$PWD:/go/src/gitlab.com/goreleaser/cwc" \
-w "/go/src/gitlab.com/goreleaser/cwc" \
......
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