test CI
This commit is contained in:
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user