From 5ded1b36967bf8082ca557ac7016659423cf9e9d Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 4 Jan 2024 14:42:35 +1100 Subject: [PATCH] test again --- .drone.sh | 3 ++- .drone.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.sh b/.drone.sh index 2ffcb1b..c8491fb 100644 --- a/.drone.sh +++ b/.drone.sh @@ -14,4 +14,5 @@ go build -ldflags "-X main.sha1ver=`git rev-parse HEAD` -X main.buildTime=$now" echo "build complete" sha256sum smt > smt_checksum.txt ls -lah -ls -lah www \ No newline at end of file +ls -lah www +ls -lah /tmp/cache \ No newline at end of file diff --git a/.drone.yml b/.drone.yml index 4989b47..3a5e2ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: pull: true settings: backend: "filesystem" - debug: true + #debug: true restore: true cache_key: "volume" archive_format: "gzip" @@ -47,7 +47,7 @@ steps: pull: true settings: backend: "filesystem" - debug: true + #debug: true rebuild: true cache_key: "volume" archive_format: "gzip"