got it now check if variable set
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:09:59 +01:00
parent 5adad4cedc
commit faf2fa70dd

View File

@ -3,6 +3,11 @@ type: docker
name: hcloud name: hcloud
steps: steps:
- name: check requirements
image: alpine
commands:
- '[ -z "$SERVER_ID" ] && echo "SERVER_ID not set" && false'
- name: get hcloud - name: get hcloud
image: alpine image: alpine
commands: commands: