Skip to content

Commit 94e6694

Browse files
committed
chore: add KCL_PKG_PATH env
Signed-off-by: Peefy <[email protected]>
1 parent a202206 commit 94e6694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Test docker arm64 non-user with KCL running
3939
run: docker run --platform linux/arm64 --user=999 --rm kcllang/kcl sh -c "echo 'a=1' | kcl run -"
4040
- name: Test docker arm64 non-user with KCL module OCI source pulling
41-
run: docker run --platform linux/arm64 --user=999 --rm kcllang/kcl:release-kcl-image-0.10.x sh -c "kcl mod pull subhelloworld:0.0.1 --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.4"
41+
run: docker run --platform linux/arm64 --user=999 -e KCL_PKG_PATH=/tmp --rm kcllang/kcl:release-kcl-image-0.10.x sh -c "kcl mod pull subhelloworld:0.0.1 --oci https://ghcr.io/kcl-lang/helloworld --tag 0.1.4"
4242
- name: Test docker arm64 non-user with KCL module Git source pulling
43-
run: docker run --platform linux/arm64 --user=999 --rm kcllang/kcl:release-kcl-image-0.10.x sh -c "kcl mod pull cc:0.0.1 --git git://github.com/kcl-lang/flask-demo-kcl-manifests.git --commit 8308200"
43+
run: docker run --platform linux/arm64 --user=999 -e KCL_PKG_PATH=/tmp --rm kcllang/kcl:release-kcl-image-0.10.x sh -c "kcl mod pull cc:0.0.1 --git git://github.com/kcl-lang/flask-demo-kcl-manifests.git --commit 8308200"

0 commit comments

Comments
 (0)