Skip to content
Snippets Groups Projects
Commit af9fb99c authored by Torben Hansen's avatar Torben Hansen
Browse files

[TASK] Added stages to CI

parent d873e2f0
Branches
Tags
No related merge requests found
stages:
- linting
- deploy
linting:
stage: linting
image: node:14.15.1
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run-script lint
deploy:
stage: deploy
image: node:14.15.1
cache:
paths:
- node_modules/
script:
- npm install
- npm run-script build
......@@ -12,3 +26,7 @@ pages:
- public
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment