Skip to content

Commit

Permalink
fix: e2e test scripts
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed May 10, 2024
1 parent fb71807 commit 7a1fd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e/pull_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if [ ! -d "./ghcr.io/kcl-lang/k8s/1.28" ]; then
$current_dir/bin/kcl mod pull k8s:1.28
fi

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

cd "$current_dir"

0 comments on commit 7a1fd7a

Please sign in to comment.