You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help-steps/parse-cmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -953,7 +953,7 @@ ${reset}"
953
953
## equivalent of '--dry-run true'
954
954
build_dry_run="true"
955
955
export build_dry_run
956
-
true"${BASH_SOURCE[0]} INFO: CI=$CI and dist_build_flavor ($dist_build_flavor) is NOT kicksecure-cli, therefore setting: build_dry_run=$build_dry_run"
956
+
true"${BASH_SOURCE[0]} INFO: CI='${CI:-}' and dist_build_flavor='${dist_build_flavor:-}' is NOT kicksecure-cli, therefore setting: build_dry_run='${build_dry_run:-}'"
0 commit comments