parent
20b051f791
commit
39f21ef40f
.drone
|
@ -10,5 +10,9 @@ platform:
|
|||
steps:
|
||||
- name: step
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo $${DRONE_COMMIT}
|
||||
- echo $${DRONE_TAG}}
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue