Merge pull request 'fix: upgrade must use code.forgejo.org/oci' (#483) from earl-warren/end-to-end:wip-upgrades into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/483 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
46ca949012
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@ function test_upload_profiles() {
|
|||
function test_forgejo_pprof() {
|
||||
stop
|
||||
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
|
||||
log_info "run 7.0"
|
||||
|
@ -39,5 +39,4 @@ function test_forgejo_pprof() {
|
|||
stop
|
||||
|
||||
docker stop test_pyroscope
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue