This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei10061
/
geekai
forked from
wangwei/jwebssh
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
2
Pull Requests
1
Datasets
Model
Cloudbrain
HPC
Browse Source
update pipeline for master branch
ansible
高级云脑研发工程师
1 year ago
parent
84d914fd29
commit
7dc28f0f75
1 changed files
with
13 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-3
.drone.yml
+ 13
- 3
.drone.yml
View File
@@ -1,17 +1,27 @@
kind: pipeline
type: docker
name:
1
name:
masterpipe
platform:
os: linux
arch: arm64
volumes:
- name: cache
host:
path: /var/lib/cache
steps:
- name: maven
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn compile
- name: maven
- name: test
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
commands:
- mvn test
Write
Preview
Loading…
Cancel
Save