diff --git a/README.md b/README.md index 257e5b6..fa8c10e 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ as: { "insecure-registries": [ "10.0.0.0/8" ] } -``` +``` Use setup-forgejo from source. The [setup-forgejo](https://code.forgejo.org/actions/setup-forgejo) repository is a [Forgejo -Action](https://forgejo.org/docs/v1.21/user/actions/) which is meant +Action](https://forgejo.org/docs/v7.0/user/actions/) which is meant to be used in workflows. However, it is implemented as shell scripts that can also be used to create Forgejo instances and runners locally. This is convenient for testing and the reason why it needs to be added to the PATH. diff --git a/end-to-end.sh b/end-to-end.sh index 05865ac..3b3a702 100755 --- a/end-to-end.sh +++ b/end-to-end.sh @@ -1,16 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: MIT -# -# Debug loop from the source tree: -# -# ./end-to-end.sh dependencies -# ./end-to-end.sh build_all -# VERBOSE=true ./end-to-end.sh test_downgrade_1.20.2_fails -# -# Everything happens in /tmp/forgejo-end-to-end -# - SELF_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SELF="${BASH_SOURCE[0]}" source $SELF_DIR/lib/lib.sh