Skip to content

Commit

Permalink
ci: debug xz compression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 29, 2023
1 parent 5e67987 commit f349b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-bakery
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ if [ -n "$CI" ]; then
# file.
ls -la build/
echo "Checking build folder ownership: user=$(whoami)"
sudo chown "$(whoami)" -R build ||:
sudo chown "$(whoami):$(whoami)" -R build ||:
sudo chmod 777 build/* ||:
echo "After chown"
ls -la build/
fi

0 comments on commit f349b2c

Please sign in to comment.