Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
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-ui
Commits
e9f5f54a
Commit
e9f5f54a
authored
Jun 12, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改yml增加yarn缓存
parent
e2422930
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
.beagle.yml
.beagle.yml
+7
-4
No files found.
.beagle.yml
View file @
e9f5f54a
...
...
@@ -6,25 +6,28 @@ clone:
dns
:
223.5.5.5
pipeline
:
read-cache
:
image
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/cache:latest
image
:
registry.cn-qingdao.aliyuncs.com/wod
/devops-cache:1.0.0-alpha
restore
:
true
check: yarn.lock
mount
:
-
./node_modules
-
./yarn.lock
volumes
:
-
/data/cache:/cache
build
:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/node:8.15.0-onbuild
dns
:
223.5.5.5
volumes
:
-
/data/cache/yarn:/usr/local/share/.cache/yarn
/v1
-
/data/cache/yarn:/usr/local/share/.cache/yarn
commands
:
-
yarn install
-
yarn run build
store-cache
:
image
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/cache:latest
image
:
registry.cn-qingdao.aliyuncs.com/wod
/devops-cache:1.0.0-alpha
rebuild
:
true
mount
:
-
./node_modules
-
./yarn.lock
volumes
:
-
/data/cache:/cache
docker-dev
:
...
...
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