Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to MERGE (#3038)

This commit is contained in:
Geoff Bourne
2024-08-11 09:40:00 -05:00
committed by GitHub
parent 5113afccb5
commit 5d8b99c454
2 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
set -euo pipefail
IFS=$'\n\t'
: "${EXISTING_OPS_FILE:=SKIP}"
: "${EXISTING_WHITELIST_FILE:=SKIP}"
: "${EXISTING_OPS_FILE:=MERGE}"
: "${EXISTING_WHITELIST_FILE:=MERGE}"
# shellcheck source=start-utils
. "${SCRIPTS:-/}start-utils"