mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-07-12 19:56:00 +02:00
reorganize dependencies installation
This commit is contained in:
parent
e39c635a02
commit
e716e12a71
5 changed files with 48 additions and 38 deletions
5
testdata/run.sh
vendored
5
testdata/run.sh
vendored
|
@ -31,7 +31,10 @@ function wait_success() {
|
|||
fi
|
||||
sleep 1
|
||||
done
|
||||
test "$(check_status "$forgejo" "$repo" "$sha")" = "success"
|
||||
if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then
|
||||
cat forgejo-runner.log
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
function push() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue