Skip to content

Commit 86a6e26

Browse files
author
Martijn Rondeel
committed
Merge branch 'develop' into 'master'
Fix NPM deployment See merge request back-end/elastalert!17
2 parents b0b01c0 + 90dfdaa commit 86a6e26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ 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
68+
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
6769
- npm publish --access public
6870
only:
6971
- tags

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)