From e8774ddd6c3417113f8b23ebd6b22df833be2caa Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 13 Aug 2022 17:52:02 +0200 Subject: [PATCH] add read scripts on done --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 84e8390..32942bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,7 +64,7 @@ steps: - sleep 5 - ls -la - ls -la scripts/ - - CUDDLE_FETCH_POLICY=always cuddle_cli x build_cuddle_image + - cuddle_cli x build_cuddle_image || ls -la && ls -la scripts/ environment: DOCKER_BUILDKIT: 1 DOCKER_USERNAME: @@ -73,7 +73,7 @@ steps: from_secret: docker_password depends_on: - "load_secret" - - "server" + #- "server" - name: send telegram notification image: appleboy/drone-telegram