Skip to content

Commit 9ca3b38

Browse files
committed
CircleCI: install git in deployment step
1 parent d5406f3 commit 9ca3b38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
- image: node:8.11.3-alpine
4343
steps:
4444
- checkout
45+
- run: apk --no-cache add ca-certificates
46+
- restore_cache:
47+
keys:
48+
- npm-deps-{{ checksum "package.json" }}
49+
- run: apk --no-cache add git python build-base openssh
4550
# Publish to NPM
4651
- run: npm install -g npm-cli-login
4752
- run: npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL

0 commit comments

Comments
 (0)