Run single task
This commit is contained in:
parent
4e48e4a689
commit
1d6d2c0b09
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -42,9 +42,7 @@ main() {
|
|||
|
||||
pushd "$SUB_STAGE_DIR" > /dev/null
|
||||
|
||||
for i in {00..99}; do
|
||||
task_run "$SUB_STAGE_DIR/$i-run.sh"
|
||||
done
|
||||
task_run "$SUB_STAGE_DIR/00-run.sh"
|
||||
|
||||
popd > /dev/null
|
||||
}
|
||||
|
|
Reference in a new issue