Skip to content

Commit 21e33c1

Browse files
committed
Reactivate when the first CRD project repository is active
1 parent c576946 commit 21e33c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.ci/scripts/release.bash

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ function runUpdatecliDiff(){
3131
local POLICY_ROOT_DIR=""
3232
POLICY_ROOT_DIR="$1"
3333

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"
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"
3838
}
3939

4040
function validateRequiredFile(){

0 commit comments

Comments
 (0)