1
0
Fork 0

Run single task

This commit is contained in:
Braiden Vasco 2017-07-03 06:26:39 +00:00
parent 4e48e4a689
commit 1d6d2c0b09

View file

@ -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
}