Skip to content

Commit 8af929f

Browse files
committed
chore: source the file instead of executing it
Signed-off-by: Prateek Chandra <[email protected]>
1 parent 1bfabed commit 8af929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/staging/validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757
export NO_RUN=true
5858
export CI=1
5959
echo "Running release.sh from: $PARENT_ROOT_DIR/scripts/release.sh"
60-
bash "$PARENT_ROOT_DIR/scripts/release.sh"
60+
. "$PARENT_ROOT_DIR/scripts/release.sh"
6161
)
6262

6363
# --- Default envs ---

0 commit comments

Comments
 (0)