This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
111
/
jwebsshfork
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
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update pipeline for master branch
tags/1
高级云脑研发工程师
2 years ago
parent
c191c48b3e
commit
3295bbd2eb
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