Skip to content
Snippets Groups Projects
Verified Commit 1cd78c8a authored by Georg Krause's avatar Georg Krause
Browse files

ci(pipeline): Initialize basic pipeline

parent d598af7f
No related branches found
No related tags found
1 merge request!1Resolve "Add Pipeline configuration"
Pipeline #23813 failed with stage
in 1 minute and 15 seconds
stages:
- lint
- test
- publish
eslint:
stage: lint
image: node:16
script:
- yarn eslint .
publish:
stage: publish
image: node:16
before_script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
script:
- yarn publish --access public --non-interactive
environment: production
only:
- tags
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