README: link to v7.0 documentation instead of v1.21
This commit is contained in:
parent
944dd98727
commit
af9305b221
2 changed files with 2 additions and 12 deletions
|
@ -27,13 +27,13 @@ as:
|
||||||
{
|
{
|
||||||
"insecure-registries": [ "10.0.0.0/8" ]
|
"insecure-registries": [ "10.0.0.0/8" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Use setup-forgejo from source.
|
Use setup-forgejo from source.
|
||||||
|
|
||||||
The [setup-forgejo](https://code.forgejo.org/actions/setup-forgejo)
|
The [setup-forgejo](https://code.forgejo.org/actions/setup-forgejo)
|
||||||
repository is a [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
|
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
|
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.
|
is convenient for testing and the reason why it needs to be added to the PATH.
|
||||||
|
|
|
@ -1,16 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# SPDX-License-Identifier: MIT
|
# 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_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
SELF="${BASH_SOURCE[0]}"
|
SELF="${BASH_SOURCE[0]}"
|
||||||
source $SELF_DIR/lib/lib.sh
|
source $SELF_DIR/lib/lib.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue