WIP: with server
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 18:10:36 +02:00
parent 9678ff2c1f
commit 32934d1bb1
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -61,12 +61,7 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- sleep 5 - cuddle_cli x build_cuddle_image
- ls -la
- ls -la scripts/
- ls -la /
- chmod -R 777 .
- cuddle_cli x build_cuddle_image || ls -la && ls -la scripts/
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
DOCKER_USERNAME: DOCKER_USERNAME:
@ -75,7 +70,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