more debugging
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 12:43:45 +02:00
parent 335515322a
commit 91d53f01b0
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -62,9 +62,9 @@ steps:
path: /var/run path: /var/run
commands: commands:
- sleep 5 - sleep 5
- export PATH="$PATH:/usr/local/cargo/bin/"
- ls /usr/local/cargo/bin - ls /usr/local/cargo/bin
- PATH="$PATH:/usr/local/cargo/bin" cuddle_cli x build_cuddle_image - echo "$ENV"
- cuddle_cli x build_cuddle_image
environment: environment:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
DOCKER_USERNAME: DOCKER_USERNAME:
@ -73,7 +73,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