Skip to content

Commit dd51e0b

Browse files
committed
Add default to prepare template
1 parent 1552d39 commit dd51e0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migration/template/prepare/00-template.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ROOT="$(readlink -f "${HERE}/../../../")"
66
# shellcheck source=scripts/migration/lib.sh
77
source "${ROOT}/scripts/migration/lib.sh"
88

9+
: "${CK8S_DRY_RUN_INSTALL:=false}"
10+
911
# functions currently available in the library:
1012
# - logging:
1113
# - log_info(_no_newline) <message>

0 commit comments

Comments
 (0)