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
Merge branch 'master' of
http://118.31.13.117:64300/wangwei/jwebssh
tags/1
weishao
2 years ago
parent
880dd1f883
3295bbd2eb
commit
687f45e1f3
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.drone.yml
+ 16
- 0
.drone.yml
View File
@@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: master-pipeline
steps:
- name: package
image: maven:3-jdk-8
commands:
- mvn tomcat7:run
trigger:
branch:
- master
event:
- push
- pull_request
Write
Preview
Loading…
Cancel
Save