This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
ZQ1
/
jwebssh
mirror of
http://10.16.22.23:43001/wangwei10061/jwebssh.git
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
evaluate
Activity
Issues
0
Datasets
Model
Cloudbrain
HPC
Browse Source
更新 '.drone.yml'
master
youys
1 year ago
parent
6a91d49d73
commit
242e403dd9
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.drone.yml
+ 2
- 2
.drone.yml
View File
@@ -11,14 +11,14 @@ volumes:
path: /var/lib/cache
path: /var/lib/cache
steps:
steps:
- name: maven
- name: maven
image: maven:3-jdk-
10
image: maven:3-jdk-
8
volumes:
volumes:
- name: cache
- name: cache
path: /root/.m2
path: /root/.m2
commands:
commands:
- mvn compile
- mvn compile
- name: test
- name: test
image: maven:3-jdk-
10
image: maven:3-jdk-
8
volumes:
volumes:
- name: cache
- name: cache
path: /root/.m2
path: /root/.m2
Write
Preview
Loading…
Cancel
Save