Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-login
Commits
898136bc
Commit
898136bc
authored
Mar 08, 2022
by
孙江梦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cicd
parent
bc259a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
.beagle.yml
.beagle.yml
+21
-21
No files found.
.beagle.yml
View file @
898136bc
...
...
@@ -8,16 +8,16 @@ clone:
pipeline
:
## 读缓存
read-cache
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
restore
:
true
mount
:
-
./node_modules
volumes
:
-
/data/cache:/cache
when
:
branch
:
-
dev
#
read-cache:
#
image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
#
restore: true
#
mount:
#
- ./node_modules
#
volumes:
#
- /data/cache:/cache
#
when:
# branch:
#
- dev
## 构建
build
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-node:12.18.0-stretch
...
...
@@ -31,17 +31,17 @@ pipeline:
branch
:
-
dev
store-cache
:
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
rebuild
:
true
check
:
yarn.lock
mount
:
-
./node_modules
volumes
:
-
/data/cache:/cache
when
:
branch
:
-
dev
#
store-cache:
#
image: registry.cn-qingdao.aliyuncs.com/wod/devops-cache:1.0
#
rebuild: true
#
check: yarn.lock
#
mount:
#
- ./node_modules
#
volumes:
#
- /data/cache:/cache
#
when:
# branch:
#
- dev
## 编译成静态文件
docker
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment