on tag event
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
39f21ef40f
commit
5ebed219cd
|
@ -11,10 +11,13 @@
|
|||
{
|
||||
name: 'step',
|
||||
image: 'alpine',
|
||||
trigger: {
|
||||
event: ['tag'],
|
||||
},
|
||||
commands: [
|
||||
'echo hello',
|
||||
'echo $${DRONE_COMMIT}',
|
||||
'echo $${DRONE_TAG}}',
|
||||
'echo $${DRONE_TAG}',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ steps:
|
|||
commands:
|
||||
- echo hello
|
||||
- echo $${DRONE_COMMIT}
|
||||
- echo $${DRONE_TAG}}
|
||||
- echo $${DRONE_TAG}
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue