This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
jwebssh
forked from
markchen/ssh-web
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
1
Fork
2
Code
Releases
3
Wiki
evaluate
Activity
Issues
11
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update cron config in .drone.yml
ansible
高级云脑研发工程师
2 years ago
parent
d6e7a4fbd5
commit
ce08d1443c
1 changed files
with
12 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-15
.drone.yml
+ 12
- 15
.drone.yml
View File
@@ -8,24 +8,21 @@ steps:
- name: maven
image: maven:3-jdk-10
volumes:
- name: cache
path: /root/.m2
- name: cache
path: /root/.m2
commands:
- mvn install -DskipTests=true
- name: run
image: maven:3-jdk-8
- mvn install -DskipTests=true
- name: run
image: maven:3-jdk-8
volumes:
- name: cache
path: /root/.m2
commands:
- nohup mvn tomcat7:run &
- name: cache
path: /root/.m2
commands:
- nohup mvn tomcat7:run &
volumes:
- name: cache
host:
path: /var/lib/cache
- name: cache
host:
path: /var/lib/cache
trigger:
branch:
- master
Write
Preview
Loading…
Cancel
Save