This commit is contained in:
les
2021-06-24 16:22:12 +02:00
parent 26d7b9ee67
commit d42d75c750

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: node:latest
build:
stage: build
script:
- echo "Build your app"
- yarn
- yarn build
- yarn pack
- echo "DONE!" # This way you know the job id in the next stage