Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Jan 13, 2024
1 parent 59cf71f commit 646a2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-domjudge-container-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: docker system prune -a
- run: docker system prune -a -f

- name: If needed overwrite the DOMJUDGE_VERSION for this run
run: |
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Check for wrong permisions
run: |
docker image list
set -x
for IMG in domserver judgehost; do
files=$(docker run --rm --pull=never "${{ github.actor }}/$IMG:$TAG" find / -xdev -perm -o+w ! -type l ! \( -type d -a -perm -+t \) ! -type c)
if [ -n "$files" ]; then
Expand Down

0 comments on commit 646a2e2

Please sign in to comment.