This commit is contained in:
Giles 2020-07-29 20:42:03 +01:00
parent f78ab406ef
commit aaab076600
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@
{
name: 'step',
image: 'alpine',
when: {
event: ['tag'],
},
commands: [
'echo hello',
'echo $${DRONE_COMMIT}',

View File

@ -14,6 +14,9 @@ steps:
- echo hello
- echo $${DRONE_COMMIT}
- echo $${DRONE_TAG}
when:
event:
- tag
trigger:
branch: