fix: remove duplicate job

This commit is contained in:
Michel Jonathan Schmitz
2019-06-27 08:08:31 +02:00
parent 0f21da4a92
commit af904a7a05
-15
View File
@@ -21,21 +21,6 @@ build:
paths:
- lib
package:
dependencies:
- build
tags:
- secrecy
stage: deploy
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > /root/.npmrc
- npm publish
only:
- /^v[0-9]+.[0-9]+.[0-9]+$/
artifacts:
paths:
- lib
test:
tags:
- docker