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:
stages:
- test
- publish
- deploy
test:
stage: test
......@@ -17,10 +17,10 @@ test:
- yarn run test
publish:
stage: publish
stage: deploy
only:
refs:
- publish
- deploy
- master
script:
# 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