Skip to content

Commit

Permalink
TEST: Get CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Jan 13, 2025
1 parent 831b9a5 commit 304bc85
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ cleanup() {


echo "=+= Cleaning up any earlier output"


if [ -d "$OUTPUT_DIR" ]; then
# Ensure permissions are setup correctly
# This allows for the Docker user to write to this location
echo "prior to cleaning: permissions"
ls -alhR "$OUTPUT_DIR"
rm -rf "${OUTPUT_DIR}"/*
chmod -f o+rwx "$OUTPUT_DIR"
else
Expand Down

0 comments on commit 304bc85

Please sign in to comment.