mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
parent
6ebb567eb5
commit
a503e824f0
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ when:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.20'
|
- &golang_image 'golang:1.20'
|
||||||
- &test_image 'codeberg.org/forgejo/test_env:main'
|
- &test_image 'codeberg.org/forgejo/test_env:1.19'
|
||||||
- &goproxy_override ''
|
- &goproxy_override ''
|
||||||
- &goproxy_setup |-
|
- &goproxy_setup |-
|
||||||
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
if [ -n "$${GOPROXY_OVERRIDE:-}" ]; then
|
||||||
|
|
|
@ -10,7 +10,7 @@ depends_on:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'golang:1.20'
|
- &golang_image 'golang:1.20'
|
||||||
- &test_image 'codeberg.org/forgejo/test_env:main'
|
- &test_image 'codeberg.org/forgejo/test_env:1.19'
|
||||||
- &mysql_image 'mysql:8'
|
- &mysql_image 'mysql:8'
|
||||||
- &pgsql_image 'postgres:10'
|
- &pgsql_image 'postgres:10'
|
||||||
- &goproxy_override ''
|
- &goproxy_override ''
|
||||||
|
|
Loading…
Reference in a new issue