Merge pull request 'temporarily skip 8.0-test' (#150) from earl-warren/end-to-end:wip-8-0-migration into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/150
This commit is contained in:
commit
1a3b74f520
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export DOT_FORGEJO_CURL=$DIR/forgejo-curl
|
||||||
export DOT=$DOT_FORGEJO_CURL # for backward compatibility with forgejo-curl.sh 1.0.0
|
export DOT=$DOT_FORGEJO_CURL # for backward compatibility with forgejo-curl.sh 1.0.0
|
||||||
: ${FORGEJO_USER:=root}
|
: ${FORGEJO_USER:=root}
|
||||||
: ${FORGEJO_PASSWORD:=admin1234}
|
: ${FORGEJO_PASSWORD:=admin1234}
|
||||||
RELEASE_NUMBERS_AND_DEV="$(for r in $RELEASE_NUMBERS ; do echo -n "$r $r-dev " ; done)"
|
RELEASE_NUMBERS_AND_DEV="7.0 7.0-dev 8.0-dev"
|
||||||
ORGANIZATIONS=$(cat $LIB_DIR/ORGANIZATIONS)
|
ORGANIZATIONS=$(cat $LIB_DIR/ORGANIZATIONS)
|
||||||
|
|
||||||
function log_info() {
|
function log_info() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue