remove echo
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Patrick Michl 2022-02-17 22:12:23 +01:00
parent 60347a99b6
commit 5ae4eb98b1

View File

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