Skip to content

Commit

Permalink
fix(ci): remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Oct 5, 2023
1 parent d383e5b commit 6bab531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ publish_beta:
stage: publish
when: manual
script:
- docker run --env NPM_AUTH_TOKEN --name unit-$CI_COMMIT_SHA $GOOGLE_TAG ./npm-ci-publish-beta-only.sh
- docker run --env NPM_AUTH_TOKEN --rm $GOOGLE_TAG ./npm-ci-publish-beta-only.sh
tags:
- docker

Expand All @@ -79,6 +79,6 @@ publish:
- master
when: manual
script:
- docker run --env NPM_AUTH_TOKEN --name unit-$CI_COMMIT_SHA $GOOGLE_TAG ./npm-ci-publish.sh
- docker run --env NPM_AUTH_TOKEN --rm $GOOGLE_TAG ./npm-ci-publish.sh
tags:
- docker

0 comments on commit 6bab531

Please sign in to comment.