From af9305b221fd0b53ab4787a3544bf7c3c9396ef9 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 7 Aug 2024 09:38:32 +0200 Subject: [PATCH] README: link to v7.0 documentation instead of v1.21 --- README.md | 4 ++-- end-to-end.sh | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) 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