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

This commit is contained in:
Giles 2020-07-29 20:19:46 +01:00
parent 20b051f791
commit 39f21ef40f
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,9 @@ platform:
steps:
- name: step
image: alpine
commands:
- echo hello
- echo $${DRONE_COMMIT}
- echo $${DRONE_TAG}}
...