.
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',
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
trigger: {
|
||||
event: ['tag'],
|
||||
},
|
||||
clone: {
|
||||
disable: false,
|
||||
depth: 0,
|
||||
|
@ -11,9 +14,6 @@
|
|||
{
|
||||
name: 'step',
|
||||
image: 'alpine',
|
||||
trigger: {
|
||||
event: ['tag'],
|
||||
},
|
||||
commands: [
|
||||
'echo hello',
|
||||
'echo $${DRONE_COMMIT}',
|
||||
|
|
Loading…
Reference in New Issue