We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5f00e commit a48a565Copy full SHA for a48a565
.github/workflows/fetch-otp-data.yml
@@ -53,9 +53,7 @@ jobs:
53
run: docker compose run --rm osm ./combine-and-clip.sh
54
55
- name: Copy OSM .pbf file to otp_data
56
- run: |
57
- chmod +r deployment/dataproc/osm/cac.pbf
58
- cp deployment/dataproc/osm/cac.pbf ./otp_data/
+ run: sudo cp deployment/dataproc/osm/cac.pbf ./otp_data/
59
60
- name: Upload latest GTFS and OSM files to S3
61
if: ${{ !inputs.local_download }}
0 commit comments