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

Revert last changes

parent 780d1e1b
No related branches found
No related tags found
No related merge requests found
Pipeline #15139 failed
......@@ -16,14 +16,21 @@ test:
- yarn install
- yarn run test
linting:
stage: test
allow_failure: true
publish:
stage: deploy
only:
refs:
- deploy
- master
script:
- cd toolkit-showcase
# https://www.npmjs.com/settings/dbp-deploy/tokens
# NPM_TOKEN needs to be a "Publish" token with 2FA disabled!
# "Automation" tokens don't work with lerna (even if they would work with "npm publish")
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
- yarn install
- yarn run lint
- yarn run build
- yarn run publish
.deploy_defaults: &deploy_defaults
except:
......
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