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 6474e06 + 63a963e commit 35a06adCopy full SHA for 35a06ad
examples/gitops/install/kcl-cmp.yaml
@@ -21,7 +21,7 @@ data:
21
export KCL_CACHE_PATH=$(mktemp -d /tmp/kcl_cache.XXXXXXXXXX)
22
export KCL_PKG_PATH=$(mktemp -d /tmp/kcl_pkg.XXXXXXXXXX)
23
tempfile=$(mktemp)
24
- kcl run -q -o $tempfile
+ kcl run -q -o $tempfile > /dev/null 2>&1
25
error=$?
26
if [ $error -eq 0 ]; then
27
cat $tempfile
0 commit comments