Commit 376f7583 authored by 刘殿昕's avatar 刘殿昕

pure build

parent 9e102744
...@@ -17,7 +17,7 @@ pipeline: ...@@ -17,7 +17,7 @@ pipeline:
- /data/cache:/cache - /data/cache:/cache
when: when:
branch: branch:
- dev - pure
## 构建 ## 构建
build: build:
image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch image: registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch
...@@ -29,7 +29,7 @@ pipeline: ...@@ -29,7 +29,7 @@ pipeline:
- yarn build - yarn build
when: when:
branch: branch:
- dev - pure
store-cache: store-cache:
image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0 image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
...@@ -40,7 +40,7 @@ pipeline: ...@@ -40,7 +40,7 @@ pipeline:
- /data/cache:/cache - /data/cache:/cache
when: when:
branch: branch:
- dev - pure
## 编译成静态文件 ## 编译成静态文件
docker: docker:
......
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