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
master
高级云脑研发工程师
1 year ago
parent
2ff78c4554
commit
e8bca67f41
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,7 +11,7 @@ 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
@@ -37,7 +37,7 @@ steps:
port: 22
port: 22
script:
script:
- chmod +x /home/deploy.sh
- chmod +x /home/deploy.sh
- nohup bash /home/deploy.sh &
- nohup bash /home/deploy.sh &
trigger:
trigger:
branch:
branch:
- master
- master
Write
Preview
Loading…
Cancel
Save