Commit 2622f61a authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files
parents 6ee5c0da d4e67e1d
Pipeline #2487 passed with stages
in 5 minutes and 13 seconds
......@@ -20,5 +20,13 @@ install_dependencies:
build_code:
stage: build
environment: $CI_COMMIT_BRANCH
script:
- yarn run build
artifacts:
name: "${CI_COMMIT_SHA}_build"
untracked: true
paths:
- build/
expire_in: 3 hrs
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