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.
2 parents 71f4607 + 49b4540 commit e9c48ceCopy full SHA for e9c48ce
examples/gitops/install/kcl-cmp.yaml
@@ -18,8 +18,8 @@ data:
18
command: ["sh", "-c"]
19
args:
20
- |
21
- export KCL_CACHE_PATH=$(mktemp -d /tmp/kcl_cache.XXXXXXXXXX)
22
- export KCL_PKG_PATH=$(mktemp -d /tmp/kcl_pkg.XXXXXXXXXX)
+ export KCL_CACHE_PATH=/tmp
+ export KCL_PKG_PATH=/tmp
23
tempfile=$(mktemp)
24
kcl run -q -o $tempfile > /dev/null 2>&1
25
error=$?
0 commit comments