Compare commits

..

No commits in common. "5ae4eb98b1556224416d35be4ede1f7be6e5deb7" and "faf2fa70dd4fcd5692c9a1b1171a821fa1bc99ce" have entirely different histories.

View File

@ -6,8 +6,7 @@ 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" ] && false
- name: get hcloud - name: get hcloud
image: alpine image: alpine