Skip to content

Commit 465f49f

Browse files
committed
Fix permissions after docker image step
1 parent 6d3d514 commit 465f49f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-and-process.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ jobs:
117117
viewer_path: ${{ inputs.viewer_path }}
118118
sparql_username: ${{ secrets.sparql_username }}
119119
sparql_password: ${{ secrets.sparql_password }}
120-
- name: Compress large _visited_properties.tsv and git pull
120+
- name: Fix permissions, compress large _visited_properties.tsv, git pull
121121
run: |
122+
sudo chown -R $UID:$(id -g) .
122123
sudo find "${{ inputs.annotated_path }}" -size +10M -name _visited_properties.tsv \
123124
-exec gzip \{\} \;
124125
git pull

0 commit comments

Comments
 (0)