From 03ffed9b25324ab15bca4fd9e68712ce22ac255e Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 26 Feb 2024 10:03:20 -0800 Subject: [PATCH] Checking Drone --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 86b3718d..41bdc39d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,7 +118,7 @@ steps: image: openpriv/drone-gogs pull: if-not-exists environment: - BUILDFILES_KEY: + BUILDFILES_KEY:ls from_secret: buildfiles_key secrets: [gogs_account_token] when: @@ -138,6 +138,7 @@ steps: - cd .. - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/ - cd /drone/src/ + - ls -l - ./gen-nightly-index.sh $DIR - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa cwtch-nightly.html buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/ # Upload Files to releases...if a release has been cut...