with working server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 13:17:18 +02:00
parent f59d8fb0cf
commit 8013474c60
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -62,9 +62,7 @@ steps:
path: /var/run path: /var/run
commands: commands:
- sleep 5 - sleep 5
- ls /usr/local/cargo/bin - ls
- echo "$PATH"
- echo "$HOME"
- cuddle_cli x build_cuddle_image - cuddle_cli x build_cuddle_image
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
@ -74,7 +72,7 @@ steps:
from_secret: docker_password from_secret: docker_password
depends_on: depends_on:
- "load_secret" - "load_secret"
- "server" # - "server"
- name: send telegram notification - name: send telegram notification
image: appleboy/drone-telegram image: appleboy/drone-telegram