logic other way around
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Patrick Michl 2022-02-17 22:22:28 +01:00
parent 966d05f7eb
commit cbd5d76196

View File

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