remove echo
This commit is contained in:
@@ -7,7 +7,7 @@ steps:
|
||||
image: alpine
|
||||
commands:
|
||||
- |
|
||||
[ -z "$SERVER_ID" ] && echo "SERVER_ID not set" && false
|
||||
[ -z "$SERVER_ID" ] && false
|
||||
|
||||
- name: get hcloud
|
||||
image: alpine
|
||||
|
Reference in New Issue
Block a user