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',
|
name: 'step',
|
||||||
image: 'alpine',
|
image: 'alpine',
|
||||||
|
trigger: {
|
||||||
|
event: ['tag'],
|
||||||
|
},
|
||||||
commands: [
|
commands: [
|
||||||
'echo hello',
|
'echo hello',
|
||||||
'echo $${DRONE_COMMIT}',
|
'echo $${DRONE_COMMIT}',
|
||||||
'echo $${DRONE_TAG}}',
|
'echo $${DRONE_TAG}',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo $${DRONE_COMMIT}
|
- echo $${DRONE_COMMIT}
|
||||||
- echo $${DRONE_TAG}}
|
- echo $${DRONE_TAG}
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue