Commit dfc94c88 authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

Update .gitlab-ci.yml

parent 8b82f82e
...@@ -8,20 +8,9 @@ stages: ...@@ -8,20 +8,9 @@ stages:
install_dependencies: install_dependencies:
stage: prepare stage: prepare
script: script:
- yarn install --frozen-lockfile - yarn install
build_code: build_code:
stage: build stage: build
only:
- dev
- beta
- production
environment: $CI_COMMIT_BRANCH
script: script:
- yarn run build - 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