Skip to content

Commit

Permalink
Fix permissions after docker image step
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Feb 2, 2024
1 parent 6d3d514 commit 465f49f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ jobs:
viewer_path: ${{ inputs.viewer_path }}
sparql_username: ${{ secrets.sparql_username }}
sparql_password: ${{ secrets.sparql_password }}
- name: Compress large _visited_properties.tsv and git pull
- name: Fix permissions, compress large _visited_properties.tsv, git pull
run: |
sudo chown -R $UID:$(id -g) .
sudo find "${{ inputs.annotated_path }}" -size +10M -name _visited_properties.tsv \
-exec gzip \{\} \;
git pull
Expand Down

0 comments on commit 465f49f

Please sign in to comment.