Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
usma
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
market
usma
Commits
bbf7f9b6
Commit
bbf7f9b6
authored
Aug 30, 2023
by
周魏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加beagle.yml文件
parent
97f34781
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
.beagle.yml
.beagle.yml
+44
-0
No files found.
.beagle.yml
0 → 100644
View file @
bbf7f9b6
kind
:
pipeline
name
:
docker
trigger
:
branch
:
-
master
clone
:
disable
:
true
steps
:
-
name
:
fetch
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-git:1.0
-
name
:
charts
image
:
registry.cn-qingdao.aliyuncs.com/wod/helm:v3
commands
:
-
helm package .
-
name
:
minio
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-minio:1.0
environment
:
S3_ACCESS_KEY
:
from_secret
:
ACCESS_KEY_MINIO
S3_SECRET_KEY
:
from_secret
:
SECRET_KEY_MINIO
commands
:
-
mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY
-
mc cp ./usma-v2.4.0.tgz cache/kubernetes/market/usma-v2.4.0.tgz
---
kind
:
secret
name
:
ACCESS_KEY_MINIO
get
:
name
:
ACCESS_KEY_MINIO
path
:
devops-secrets
---
kind
:
secret
name
:
SECRET_KEY_MINIO
get
:
name
:
SECRET_KEY_MINIO
path
:
devops-secrets
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