No substage skip
This commit is contained in:
parent
d410cab597
commit
f732166442
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -77,8 +77,7 @@ run_stage() {
|
|||
unmount ${WORK_DIR}/${STAGE}
|
||||
|
||||
for SUB_STAGE_DIR in ${STAGE_DIR}/*; do
|
||||
if [ -d ${SUB_STAGE_DIR} ] &&
|
||||
[ ! -f ${SUB_STAGE_DIR}/SKIP ]; then
|
||||
if [ -d ${SUB_STAGE_DIR} ]; then
|
||||
run_sub_stage
|
||||
fi
|
||||
done
|
||||
|
|
Reference in a new issue