Merge pull request 'Revert "actions: use Forgejo runner v3.5.0"' (#218) from earl-warren/end-to-end:wip-runner into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/218
This commit is contained in:
commit
63df181d7a
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
ACTIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
ACTIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
RUNNER_VERSION=v3.5.0
|
|
||||||
|
|
||||||
function actions_verify_example() {
|
function actions_verify_example() {
|
||||||
local example=$1
|
local example=$1
|
||||||
|
|
||||||
|
@ -70,7 +68,7 @@ function actions_setup() {
|
||||||
|
|
||||||
actions_cleanup_example_volume
|
actions_cleanup_example_volume
|
||||||
export FORGEJO_RUNNER_CONFIG=$ACTIONS_DIR/runner-config.yaml
|
export FORGEJO_RUNNER_CONFIG=$ACTIONS_DIR/runner-config.yaml
|
||||||
forgejo-runner.sh setup '' $RUNNER_VERSION http://${HOST_PORT}
|
forgejo-runner.sh setup '' '' http://${HOST_PORT}
|
||||||
}
|
}
|
||||||
|
|
||||||
function actions_teardown() {
|
function actions_teardown() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue