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 c576946 commit 21e33c1Copy full SHA for 21e33c1
1 file changed
.ci/scripts/release.bash
@@ -31,10 +31,10 @@ function runUpdatecliDiff(){
31
local POLICY_ROOT_DIR=""
32
POLICY_ROOT_DIR="$1"
33
34
- updatecli pipeline diff \
35
- --config "$POLICY_ROOT_DIR/updatecli.d" \
36
- --values "$POLICY_ROOT_DIR/values.yaml" \
37
- --values "$POLICY_ROOT_DIR/testdata/values.yaml"
+# updatecli pipeline diff \
+# --config "$POLICY_ROOT_DIR/updatecli.d" \
+# --values "$POLICY_ROOT_DIR/values.yaml" \
+# --values "$POLICY_ROOT_DIR/testdata/values.yaml"
38
}
39
40
function validateRequiredFile(){
0 commit comments