Skip to content
Snippets Groups Projects
Commit ec438bde authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Adaption of gitlab-ci

parent 3ed00b50
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ cache: ...@@ -7,7 +7,7 @@ cache:
stages: stages:
- test - test
- publish - deploy
test: test:
stage: test stage: test
...@@ -17,10 +17,10 @@ test: ...@@ -17,10 +17,10 @@ test:
- yarn run test - yarn run test
publish: publish:
stage: publish stage: deploy
only: only:
refs: refs:
- publish - deploy
- master - master
script: script:
# https://www.npmjs.com/settings/dbp-deploy/tokens # https://www.npmjs.com/settings/dbp-deploy/tokens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment