Skip to content
Snippets Groups Projects
Commit 2ff4bc06 authored by Florent Lavelle's avatar Florent Lavelle
Browse files

Update .gitlab-ci.yml file

parent 527d70e3
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!367CI: test build
......@@ -11,6 +11,7 @@ variables:
test build:
stage: test-build
image: node:10
script:
- npm install
- npm run build
......@@ -18,6 +19,10 @@ test build:
- master
- develop
- ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
artifacts:
paths:
- dist
expire_in: 1 week
build testing docker image:
stage: build
......
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