Skip to content

Commit

Permalink
fix: add e2e image prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamYSF committed Sep 18, 2024
1 parent 5b35cb2 commit 5b662f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion console/atest-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"viewHistory": "查看历史记录",
"revert": "回退",
"goToHistory": "跳转历史记录",
"deleteAllHistory": "删除所有历史记录"
"deleteAllHistory": "删除所有历史记录"
},
"title": {
"createTestSuite": "创建测试用例集",
Expand Down
2 changes: 1 addition & 1 deletion e2e/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ openssl x509 -req -days 365 -in test.csr \

echo "start to download extenions"
atest extension --output /usr/local/bin --registry ghcr.io git
atest extension --output /usr/local/bin --registry ghcr.io orm
atest extension --output /usr/local/bin --registry registry-1.docker.io orm --image-prefix ysf233
atest extension --output /usr/local/bin --registry ghcr.io etcd
atest extension --output /usr/local/bin --registry ghcr.io mongodb

Expand Down
1 change: 0 additions & 1 deletion pkg/server/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"strings"

"google.golang.org/protobuf/types/known/timestamppb"

"github.com/linuxsuren/api-testing/pkg/testing"
"github.com/linuxsuren/api-testing/pkg/util"
)
Expand Down

0 comments on commit 5b662f3

Please sign in to comment.