This commit is contained in:
Patrick Michl 2022-02-17 22:11:58 +01:00
parent faf2fa70dd
commit 60347a99b6

View File

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