Skip to content

Commit 5b662f3

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

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

console/atest-ui/src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"viewHistory": "查看历史记录",
2727
"revert": "回退",
2828
"goToHistory": "跳转历史记录",
29-
"deleteAllHistory": "删除所有历史记录"
29+
"deleteAllHistory": "删除所有历史记录"
3030
},
3131
"title": {
3232
"createTestSuite": "创建测试用例集",

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)