more debug
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Patrick Michl 2022-02-17 22:16:21 +01:00
parent 5ae4eb98b1
commit 966d05f7eb

View File

@ -6,8 +6,9 @@ steps:
- name: check requirements - name: check requirements
image: alpine image: alpine
commands: commands:
- | - echo $server_id
[ -z "$SERVER_ID" ] && false - echo $SERVER_ID
- '[ -z "$SERVER_ID" ] && false'
- name: get hcloud - name: get hcloud
image: alpine image: alpine