Skip to content

Commit

Permalink
ci: More permission hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 24, 2024
1 parent a2ff202 commit 3944c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Fetch GTFS-Feeds
run: |
find . -type d -exec chmod 777 {} \;
sudo chown 1000:1000 -R .
docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py timer
docker run -v $PWD:/transitous -w /transitous transitous src/generate-attribution.py
Expand Down

0 comments on commit 3944c69

Please sign in to comment.