From 9745999c4244c62b77cd4c0251afdad5626c5779 Mon Sep 17 00:00:00 2001 From: Andy C Date: Mon, 26 Aug 2024 15:09:39 -0400 Subject: [PATCH] restore --- soil/web-worker.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/soil/web-worker.sh b/soil/web-worker.sh index 749afd217c..e7ad60f5ec 100755 --- a/soil/web-worker.sh +++ b/soil/web-worker.sh @@ -336,7 +336,10 @@ publish-cpp-tarball() { # 2. Get the OLDEST commit dates, e.g. all except for 50 # 3. Delete all commit hash dirs not associated with them - if true; then + if false; then + # Note: don't upload code without auth + # TODO: Move it to a different dir. + local commit_hash commit_hash=$(cat _tmp/soil/commit-hash.txt)