Skip to content

Commit

Permalink
Merge pull request #8 from kackyt/fix/shell-command-error
Browse files Browse the repository at this point in the history
fix: gcloud rsyncで使えないオプションを削除
  • Loading branch information
kackyt authored Feb 20, 2024
2 parents 9b292b6 + c3fabc8 commit e4b7976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_scraper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ ! -d logs ]; then
mkdir logs
fi

gcloud storage cp gs://${BUCKET_NAME}/logs/${DATE}* ./logs --recursive -x '.*\.DS_Store'
gcloud storage cp gs://${BUCKET_NAME}/logs/${DATE}* ./logs --recursive

poetry run python main.py -L logs -O parquet

Expand Down

0 comments on commit e4b7976

Please sign in to comment.