This commit is contained in:
parent
f78ab406ef
commit
aaab076600
|
@ -15,6 +15,9 @@
|
|||
{
|
||||
name: 'step',
|
||||
image: 'alpine',
|
||||
when: {
|
||||
event: ['tag'],
|
||||
},
|
||||
commands: [
|
||||
'echo hello',
|
||||
'echo $${DRONE_COMMIT}',
|
||||
|
|
|
@ -14,6 +14,9 @@ steps:
|
|||
- echo hello
|
||||
- echo $${DRONE_COMMIT}
|
||||
- echo $${DRONE_TAG}
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
|
Loading…
Reference in New Issue