update hacking instructions
This commit is contained in:
parent
9222919990
commit
f9e93647fb
1 changed files with 4 additions and 3 deletions
|
@ -28,24 +28,25 @@ export PATH=$(pwd)/setup-forgejo:$PATH
|
||||||
git clone https://code.forgejo.org/forgejo/end-to-end
|
git clone https://code.forgejo.org/forgejo/end-to-end
|
||||||
cd end-to-end
|
cd end-to-end
|
||||||
export DIR=/tmp/end-to-end
|
export DIR=/tmp/end-to-end
|
||||||
|
sudo rm -fr /srv/example ; sudo mkdir /srv/example ; sudo chown -R $USER /srv/example
|
||||||
```
|
```
|
||||||
|
|
||||||
Run one example
|
Run one example
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1_22 cron # runs actions/example-cron
|
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1.22.0-test v1_22 cron # runs actions/example-cron
|
||||||
```
|
```
|
||||||
|
|
||||||
Cleanup
|
Cleanup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1_22 none
|
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1.22.0-test v1_22 none
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all examples for v1_22
|
Run all examples for v1_22
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1_22
|
actions/run.sh https://codeberg.org/forgejo-experimental/forgejo/releases/download/v1.22.0-test/forgejo-1.22.0-test-linux-amd64 v1.22.0-test v1_22
|
||||||
```
|
```
|
||||||
|
|
||||||
### Remote testing
|
### Remote testing
|
||||||
|
|
Loading…
Add table
Reference in a new issue