Skip to content

Commit 058a11b

Browse files
committed
chore: export var
Signed-off-by: Prateek Chandra <[email protected]>
1 parent a34f1fa commit 058a11b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/staging/validate.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ else
5252
: "${PARENT_ROOT_DIR:=$ROOT_DIR}"
5353
fi
5454

55-
SOURCE_REL="$PARENT_ROOT_DIR/utils/dependencies/scripts/release.sh"
56-
NO_RUN=true . "$PARENT_ROOT_DIR/scripts/release.sh"
55+
export SOURCE_REL="$PARENT_ROOT_DIR/utils/dependencies/scripts/release.sh"
56+
export NO_RUN=true
57+
. "$PARENT_ROOT_DIR/scripts/release.sh"
5758

5859
# # --- Run release.sh in a subshell ---
5960
# (

0 commit comments

Comments
 (0)