Skip to content

Commit a48a565

Browse files
committed
fixup! Update permissions to cp new file
1 parent 4a5f00e commit a48a565

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/fetch-otp-data.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
run: docker compose run --rm osm ./combine-and-clip.sh
5454

5555
- 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/
56+
run: sudo cp deployment/dataproc/osm/cac.pbf ./otp_data/
5957

6058
- name: Upload latest GTFS and OSM files to S3
6159
if: ${{ !inputs.local_download }}

0 commit comments

Comments
 (0)