Skip to content

Commit 2140710

Browse files
Fix CI missing git command
1 parent f65a5f5 commit 2140710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ mirror:github:
5959
- develop
6060

6161
deploy:npm:
62-
image: node:slim
62+
image: node:alpine
6363
stage: deploy
6464
script:
65+
- apk add --no-cache git
6566
- npm install --quiet
6667
- scripts/update-authors.sh
6768
- npm publish --access public

0 commit comments

Comments
 (0)