This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
devopsdemo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
更新 '.drone.yml'
master
高级云脑研发工程师
2 years ago
parent
882a32bdc0
commit
66e1917010
1 changed files
with
7 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-13
.drone.yml
+ 7
- 13
.drone.yml
View File
@@ -1,17 +1,11 @@
kind: pipeline
type: docker
name:
1
name:
开发流水线
platform:
os: linux
arch: amd64
workspace:
base: /opt/workspace
path: work
trigger:
branch:
- master
event:
- push
arch: arm64
steps:
- name: maven
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
Write
Preview
Loading…
Cancel
Save