fix syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-05-31 07:57:20 +02:00
parent 06b1dd0d3d
commit c80bcb6439
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ steps:
HCLOUD_TOKEN:
from_secret: HCLOUD_TOKEN
volumes:
name: docker_sock
path: /var/run/docker.sock
- name: docker_sock
path: /var/run/docker.sock
commands:
- apt update && apt install -y pwgen curl
- curl -fsSL https://get.docker.com | bash