Skip to content
Snippets Groups Projects
Commit c8fb126e authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

tester automatisk bygging i gitlab

parent dffa7cb9
No related branches found
Tags release_2021-10-01_1
No related merge requests found
stages:
- build
- deploy
build:
image: node:6
stage: build
script:
- npm install --progress=false
- npm run build
artifacts:
expire_in: 1 week
paths:
- dist
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