From 773a676ea211b1c88867be695850a8bdbc673383 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 19 Aug 2023 19:54:04 +0100 Subject: [PATCH] Debug CI --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 99a2b2d..bab0b0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,9 +27,4 @@ steps: commands: - echo test - - apk update - - apk add openssh rsync - - eval $(ssh-agent -s) - - mkdir -p ~/.ssh - - echo "$RSYNC_KEY" > ~/.ssh/id_rsa - - chmod 600 ~/.ssh/id_rsa +