Skip to content
Snippets Groups Projects
Commit 40fe5759 authored by Chris Krawietz's avatar Chris Krawietz
Browse files

Merge branch 'derhansen-main-patch-92308' into 'main'

[TASK] Added stages to CI

See merge request itv.sh1/design-system.sh!1
parents ead5aed8 af9fb99c
No related branches found
No related tags found
No related merge requests found
image: node:14.15.1 stages:
pages: - linting
- deploy
linting:
stage: linting
image: node:14.15.1
cache: cache:
paths: paths:
- node_modules/ - node_modules/
script:
- npm install
- npm run-script lint
deploy:
stage: deploy
image: node:14.15.1
cache:
paths:
- node_modules/
script: script:
- npm install - npm install
- npm run-script build - npm run-script build
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- main - main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment