got it now check if variable set
This commit is contained in:
parent
5adad4cedc
commit
faf2fa70dd
@ -3,6 +3,11 @@ type: docker
|
||||
name: hcloud
|
||||
|
||||
steps:
|
||||
- name: check requirements
|
||||
image: alpine
|
||||
commands:
|
||||
- '[ -z "$SERVER_ID" ] && echo "SERVER_ID not set" && false'
|
||||
|
||||
- name: get hcloud
|
||||
image: alpine
|
||||
commands:
|
||||
|
Loading…
x
Reference in New Issue
Block a user