mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Install git in deploy stages (#2156)
This commit is contained in:
parent
c09fae4e80
commit
8ffaceaae9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user