hcloud-tests/.drone.yml
Patrick Michl c848960fca
Some checks failed
continuous-integration/drone/push Build is failing
initial commit
2022-02-16 22:55:16 +01:00

18 lines
355 B
YAML

kind: pipeline
type: docker
name: hcloud
steps:
- name: get hcloud
image: alpine
commands:
- apk add -U curl
- curl -L https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz | tar zx
- name: hcloud
image: alpine
environment:
HCLOUD_TOKEN:
from_secret: hcloud_token
commands:
- hcloud server list