Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 29, 2024
1 parent c31b85f commit 5861137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ phases:
- |
if ! [[ `aws s3 ls s3://${S3CFBUCKET}/${DATAPATH}` ]]
then
mkdir -p /tmp/datapath
ls -lart /tmp/datapath
ruby makefile.rb data.1k 1_000
ruby makefile.rb data.1m 1_000_000
ruby makefile.rb data.50m 50_000_000
Expand Down

0 comments on commit 5861137

Please # to comment.