added drone tag and commit echo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles 2020-07-29 20:17:47 +01:00
parent 38bdd3f952
commit 20b051f791
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
name: 'step',
image: 'alpine',
commands: [
'echo hello',
'echo $${DRONE_COMMIT}',
'echo $${DRONE_TAG}}',
],