Commit 49348965 authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files
parents 00d63bcb 40ab17ef
Pipeline #2561 passed with stages
in 7 minutes and 9 seconds
...@@ -18,15 +18,28 @@ install_dependencies: ...@@ -18,15 +18,28 @@ install_dependencies:
script: script:
- yarn install - yarn install
build_code: .build_job:
stage: build stage: build
environment: $CI_COMMIT_BRANCH image: node:12
script: script:
- yarn run build - echo "build"
- yarn build
artifacts: artifacts:
name: "${CI_COMMIT_SHA}_build"
untracked: true
paths: paths:
- build/ - build/
expire_in: 3 hrs untracked: false
expire_in: 30 days
build_1:
extends: .build_job
build_2:
extends: .build_job
build_3:
extends: .build_job
build_4:
extends: .build_job
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment