mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-09 03:03:35 -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
|
if check_status "$forgejo" "$repo" "$sha"; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
sleep 5
|
tail $FORGEJO_RUNNER_LOGS
|
||||||
|
sleep 10
|
||||||
done
|
done
|
||||||
if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then
|
if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then
|
||||||
cat $FORGEJO_RUNNER_LOGS
|
cat $FORGEJO_RUNNER_LOGS
|
||||||
|
|
Loading…
Reference in a new issue