got it now check if variable set
This commit is contained in:
parent
5adad4cedc
commit
faf2fa70dd
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user