Skip to content

Commit

Permalink
wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Aug 26, 2024
1 parent 5a3ffef commit 4a7312c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion soil/web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cleanup-status-api() {
popd
}

event-job-done() {
_event-job-done() {
### "Server side" handler

local prefix=$1 # 'github-' or 'srht-'
Expand All @@ -141,6 +141,13 @@ event-job-done() {
cleanup-jobs-index $prefix false
}

event-job-done() {
# Figure out why exit code is 127
# Oh probably because it's not started in the home dir?

_event-job-done "$@" > ~/event-job-done.$$.log 2>&1
}

#
# Dev Tools
#
Expand Down

0 comments on commit 4a7312c

Please sign in to comment.