Skip to content

Commit

Permalink
ci: More extreme measures to fix permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 23, 2024
1 parent 3710e9a commit f5c100a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/data-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Fetch GTFS-Feeds
run: |
chmod 777 .
find . -type d -exec chmod 777 {} \;
chown motis:motis -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
2 changes: 1 addition & 1 deletion .github/workflows/test-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: docker build -t transitous . -f ci/container/Containerfile
- name: Verify that new feeds can be downloaded and parsed
run: |
chmod 777 .
find . -type d -exec chmod 777 {} \;
docker run -v $PWD:/transitous -w /transitous transitous ci/fetch-feeds.py merge-request

0 comments on commit f5c100a

Please sign in to comment.