Skip to content

Commit

Permalink
Update pipeline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Aug 28, 2023
1 parent 3583767 commit afbc097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ docker compose \
--profile files \
-f preprocess/docker-compose.yml \
--env-file preprocess/osu-data-docker/.env \
--env-file "$PIPELINE_RUN_CACHE" \
build --no-cache || exit 1

docker compose \
--profile files \
-f preprocess/docker-compose.yml \
--env-file preprocess/osu-data-docker/.env \
--env-file "$PIPELINE_RUN_CACHE" \
up -d >output.log 2>&1 &

# Wait until the dataset in ./datasets/$DATASET_NAME is created
Expand All @@ -66,6 +68,8 @@ while [ ! -f "./datasets/$DATASET_NAME" ]; do
sleep 10
done

exit 1

docker compose \
--profile files \
-f preprocess/docker-compose.yml \
Expand Down

0 comments on commit afbc097

Please sign in to comment.