x
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6be556dad2
commit
6a6a314718
|
@ -82,6 +82,13 @@ kind: pipeline
|
||||||
type: ssh
|
type: ssh
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: Linux
|
||||||
|
arch: 386
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true #禁用默认克隆
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 47.117.164.182
|
host: 47.117.164.182
|
||||||
user: root
|
user: root
|
||||||
|
@ -95,7 +102,7 @@ steps:
|
||||||
- cd /opt/cicd/irc-test
|
- cd /opt/cicd/irc-test
|
||||||
- sh test-irc.sh
|
- sh test-irc.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- Test.IRC
|
- Test.IRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue