Skip to content

Commit 7a1fd7a

Browse files
committed
fix: e2e test scripts
Signed-off-by: peefy <[email protected]>
1 parent fb71807 commit 7a1fd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/e2e/pull_pkg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ if [ ! -d "./ghcr.io/kcl-lang/k8s/1.28" ]; then
1717
$current_dir/bin/kcl mod pull k8s:1.28
1818
fi
1919

20-
if [ ! -d "./ghcr.io/kcl-lang/helloworld" ]; then
21-
$current_dir/bin/kcl mod pull helloworld
20+
if [ ! -d "./ghcr.io/kcl-lang/helloworld/0.1.1" ]; then
21+
$current_dir/bin/kcl mod pull helloworld:0.1.1
2222
fi
2323

2424
cd "$current_dir"

0 commit comments

Comments
 (0)