Install git in deploy stages (#2156)

This commit is contained in:
Justin Dalrymple 2021-10-17 15:19:26 -04:00 committed by GitHub
parent c09fae4e80
commit 8ffaceaae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,6 +415,8 @@ jobs:
keys:
- build-{{ .Environment.CIRCLE_WORKFLOW_ID }}
- run: |
apk add --no-cache git
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
npm config set always-auth=true
@ -440,6 +442,8 @@ jobs:
keys:
- build-{{ .Environment.CIRCLE_WORKFLOW_ID }}
- run: |
apk add --no-cache git
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
npm config set always-auth=true
yarn release