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
2a430533af
commit
a6f23710eb
1 changed files
with
25 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+25
-16
.drone.yml
+ 25
- 16
.drone.yml
View File
@@ -1,16 +1,25 @@
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
kind: pipeline
type: docker
name: 1
platform:
os: linux
arch: amd64
steps:
- name: maven
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
- name: run
image: maven:3-jdk-8
commands:
- mvn tomcat7:run
trigger:
branch:
- master
event:
- push
- pull_request
Write
Preview
Loading…
Cancel
Save