mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-06 03:25:45 -05:00
display the runner logs as they go for debugging
This commit is contained in:
parent
c16405df52
commit
89b6ae4da6
1 changed files with 2 additions and 1 deletions
3
testdata/run.sh
vendored
3
testdata/run.sh
vendored
|
@ -30,7 +30,8 @@ function wait_success() {
|
|||
if check_status "$forgejo" "$repo" "$sha"; then
|
||||
break
|
||||
fi
|
||||
sleep 5
|
||||
tail $FORGEJO_RUNNER_LOGS
|
||||
sleep 10
|
||||
done
|
||||
if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then
|
||||
cat $FORGEJO_RUNNER_LOGS
|
||||
|
|
Loading…
Reference in a new issue