added debug step and printenv.
This commit is contained in:
parent
fa279f6c56
commit
3cb4428d14
10
.drone.yml
10
.drone.yml
@ -9,13 +9,19 @@ metadata:
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
# event:
|
||||
# - tag
|
||||
event:
|
||||
- tag
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
|
||||
- name: debug
|
||||
image: alpine
|
||||
commands:
|
||||
- printenv
|
||||
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
settings:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user