Skip to content

Commit a34f1fa

Browse files
committed
chore: source override
Signed-off-by: Prateek Chandra <[email protected]>
1 parent 8af929f commit a34f1fa

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

scripts/staging/validate.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@ else
5252
: "${PARENT_ROOT_DIR:=$ROOT_DIR}"
5353
fi
5454

55-
# --- Run release.sh in a subshell ---
56-
(
57-
export NO_RUN=true
58-
export CI=1
59-
echo "Running release.sh from: $PARENT_ROOT_DIR/scripts/release.sh"
60-
. "$PARENT_ROOT_DIR/scripts/release.sh"
61-
)
55+
SOURCE_REL="$PARENT_ROOT_DIR/utils/dependencies/scripts/release.sh"
56+
NO_RUN=true . "$PARENT_ROOT_DIR/scripts/release.sh"
57+
58+
# # --- Run release.sh in a subshell ---
59+
# (
60+
# export NO_RUN=true
61+
# export CI=1
62+
# echo "Running release.sh from: $PARENT_ROOT_DIR/scripts/release.sh"
63+
# . "$PARENT_ROOT_DIR/scripts/release.sh"
64+
# )
6265

6366
# --- Default envs ---
6467
DOCKERHUB_ORG="${DOCKERHUB_ORG:-openebs}"

0 commit comments

Comments
 (0)