fix: upgrade must use code.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it works
This commit is contained in:
parent
37572630e8
commit
5c2eebc521
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@ function test_upload_profiles() {
|
||||||
function test_forgejo_pprof() {
|
function test_forgejo_pprof() {
|
||||||
stop
|
stop
|
||||||
docker rm -f test_pyroscope
|
docker rm -f test_pyroscope
|
||||||
docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope
|
docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0
|
||||||
|
|
||||||
reset_forgejo $UPGRADE_DIR/default-app.ini
|
reset_forgejo $UPGRADE_DIR/default-app.ini
|
||||||
log_info "run 7.0"
|
log_info "run 7.0"
|
||||||
|
@ -39,5 +39,4 @@ function test_forgejo_pprof() {
|
||||||
stop
|
stop
|
||||||
|
|
||||||
docker stop test_pyroscope
|
docker stop test_pyroscope
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue