.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ebed219cd
commit
11f757bc1e
|
@ -3,6 +3,9 @@
|
||||||
name: 'test pipe',
|
name: 'test pipe',
|
||||||
kind: 'pipeline',
|
kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
|
trigger: {
|
||||||
|
event: ['tag'],
|
||||||
|
},
|
||||||
clone: {
|
clone: {
|
||||||
disable: false,
|
disable: false,
|
||||||
depth: 0,
|
depth: 0,
|
||||||
|
@ -11,9 +14,6 @@
|
||||||
{
|
{
|
||||||
name: 'step',
|
name: 'step',
|
||||||
image: 'alpine',
|
image: 'alpine',
|
||||||
trigger: {
|
|
||||||
event: ['tag'],
|
|
||||||
},
|
|
||||||
commands: [
|
commands: [
|
||||||
'echo hello',
|
'echo hello',
|
||||||
'echo $${DRONE_COMMIT}',
|
'echo $${DRONE_COMMIT}',
|
||||||
|
|
Loading…
Reference in New Issue