Skip to content

Commit 46eb735

Browse files
author
FolderView Plus Test
committed
Load shell helpers in release guard
1 parent d617059 commit 46eb735

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/release_guard.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
set -euo pipefail
33

44
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
5+
# shellcheck source=scripts/lib.sh
6+
source "${ROOT_DIR}/scripts/lib.sh"
57
PLG_FILE="${ROOT_DIR}/folderview.plus.plg"
68
PRIMARY_CA_TEMPLATE_FILE="${ROOT_DIR}/folderview.plus.xml"
79
CA_TEMPLATE_FILE="${PRIMARY_CA_TEMPLATE_FILE}"

0 commit comments

Comments
 (0)