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

This commit is contained in:
Giles 2020-07-29 20:16:34 +01:00
parent 7fe46dc195
commit 38bdd3f952
1 changed files with 4 additions and 0 deletions

View File

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