We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86a6e26 + bd52169 commit fb11479Copy full SHA for fb11479
.gitlab-ci.yml
@@ -59,12 +59,11 @@ mirror:github:
59
- develop
60
61
deploy:npm:
62
- image: node:alpine
+ image: node:latest
63
stage: deploy
64
script:
65
- - apk add --no-cache git
66
- npm install --quiet
67
- - scripts/update-authors.sh
+ - sh scripts/update-authors.sh
68
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
69
- npm publish --access public
70
only:
scripts/update-authors.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
3
git log --reverse --format='%aN <%aE>' | perl -wnE '
4
print $seen{$_} = $_ unless $seen{$_}
0 commit comments