File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,10 @@ jobs:
3232 - name : Download latest GTFS, OSM, and elevation files from S3
3333 run : aws s3 sync --exclude "Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/" "otp_data"
3434
35- - name : TEMP test if successful
36- run : ls otp_data
35+ - name : Build graph
36+ run : |
37+ cd deployment/dataproc/graph
38+ docker compose run --rm otp otp --build /var/otp
3739
38- # Skip build graph for testing
39- # - name: Build graph
40- # run: |
41- # cd deployment/dataproc/graph
42- # docker compose run --rm otp otp --build /var/otp
43-
44- # - name: Upload new GTFS files, OSM files and graph object to S3
45- # run: aws s3 sync "otp_data" "s3://$CAC_OTP_DATA_BUCKET"
40+ - name : Upload graph object to S3
41+ run : aws s3 cp "otp_data/Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/Graph.obj"
Original file line number Diff line number Diff line change 5656 run : |
5757 sudo chmod 644 deployment/dataproc/osm/cac.pbf
5858 cp deployment/dataproc/osm/cac.pbf ./otp_data/
59-
60- - name : TEMP confirm OSM file permissions
61- run : ls -la ./otp_data/
6259
6360 - name : Upload latest GTFS and OSM files to S3
6461 if : ${{ !inputs.local_download }}
You can’t perform that action at this time.
0 commit comments