Skip to content

Commit

Permalink
export stage list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Nachtergaele authored and XECDesign committed Apr 29, 2024
1 parent 165e960 commit 5780b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ mkdir -p "${WORK_DIR}"
log "Begin ${BASE_DIR}"

STAGE_LIST=${STAGE_LIST:-${BASE_DIR}/stage*}
export STAGE_LIST

for STAGE_DIR in $STAGE_LIST; do
STAGE_DIR=$(realpath "${STAGE_DIR}")
Expand Down

0 comments on commit 5780b1f

Please sign in to comment.