From 5822c3cc18a4ddf59875d4711383fad896145c2c Mon Sep 17 00:00:00 2001 From: Andy C Date: Mon, 13 Jan 2025 12:07:45 -0500 Subject: [PATCH] fix shell function Noticed that we aren't cleaning up the setatus API --- soil/github-actions.sh | 2 +- soil/web.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/soil/github-actions.sh b/soil/github-actions.sh index 2c8d23838f..06ec5767df 100755 --- a/soil/github-actions.sh +++ b/soil/github-actions.sh @@ -57,7 +57,7 @@ publish-html-assuming-ssh-key() { fi # Show URLs again, so users can find the logs - show-soil-urls $prefix $run_dir $job_name + soil/web-worker.sh show-soil-urls $prefix $run_dir $job_name } # Notes on Github secrets: diff --git a/soil/web.sh b/soil/web.sh index ed55b4a430..ffdfc1481f 100755 --- a/soil/web.sh +++ b/soil/web.sh @@ -134,7 +134,9 @@ cleanup-status-api() { ls | head -n -30 | xargs --no-run-if-empty -- rm -r -f -v ;; true) - ls | head -n -30 + # TODO: fix spew + #ls | head -n -30 + ls | head ;; *) log 'Expected true or false for dry_run'