We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71807 commit 7a1fd7aCopy full SHA for 7a1fd7a
scripts/e2e/pull_pkg.sh
@@ -17,8 +17,8 @@ if [ ! -d "./ghcr.io/kcl-lang/k8s/1.28" ]; then
17
$current_dir/bin/kcl mod pull k8s:1.28
18
fi
19
20
-if [ ! -d "./ghcr.io/kcl-lang/helloworld" ]; then
21
- $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
22
23
24
cd "$current_dir"
0 commit comments