From 32934d1bb1a9b6a99be9e7e082576361f1c03bde Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 13 Aug 2022 18:10:36 +0200 Subject: [PATCH] WIP: with server --- .drone.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0998ec6..d764016 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,12 +61,7 @@ steps: - name: dockersock path: /var/run commands: - - sleep 5 - - ls -la - - ls -la scripts/ - - ls -la / - - chmod -R 777 . - - cuddle_cli x build_cuddle_image || ls -la && ls -la scripts/ + - cuddle_cli x build_cuddle_image environment: DOCKER_BUILDKIT: 1 DOCKER_USERNAME: @@ -75,7 +70,7 @@ steps: from_secret: docker_password depends_on: - "load_secret" - #- "server" + - "server" - name: send telegram notification image: appleboy/drone-telegram