From b023d7b73bdd6f1d19e7e4b2bd86d03ce170eda2 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 22:51:02 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index acf819b..9c04b24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,10 @@ steps: from_secret: ssh_password port: 22 environment: - GIT_PULL: + GIT_PULL_SCRIPT: from_secret: git_pull_script envs: - git_pull_script command_timeout: 2m script: - - $GIT_PULL + - echo $GIT_PULL_SCRIPT