Skip to content

Commit d5c87ca

Browse files
committed
fix: add e2e image prefix
1 parent 5b35cb2 commit d5c87ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

e2e/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ openssl x509 -req -days 365 -in test.csr \
2626

2727
echo "start to download extenions"
2828
atest extension --output /usr/local/bin --registry ghcr.io git
29-
atest extension --output /usr/local/bin --registry ghcr.io orm
29+
atest extension --output /usr/local/bin --registry registry-1.docker.io orm --image-prefix ysf233
3030
atest extension --output /usr/local/bin --registry ghcr.io etcd
3131
atest extension --output /usr/local/bin --registry ghcr.io mongodb
3232

pkg/server/convert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"strings"
2020

2121
"google.golang.org/protobuf/types/known/timestamppb"
22-
2322
"github.com/linuxsuren/api-testing/pkg/testing"
2423
"github.com/linuxsuren/api-testing/pkg/util"
2524
)

0 commit comments

Comments
 (0)