From d1303a3c11237b0bcfb0037ecfbae54760e5a7d0 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 23:04:27 +0200 Subject: [PATCH] Initial commit --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index d4ea690..253e19d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,14 +30,15 @@ steps: port: 22 environment: GIT_PULL_SCRIPT: - from_secret: git_pull_script + from_secret: GIT_PULL envs: - - git_pull_script + - GIT_PULL command_timeout: 2m script: - echo ${GIT_PULL_SCRIPT} - echo $GIT_PULL_SCRIPT - echo "$GIT_PULL_SCRIPT" - - echo $git_pull_script - - echo ${git_pull_script} - - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh + - echo $GIT_PULL + - echo ${GIT_PULL} + - $GIT_PULL + # - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh