Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ if [ $exit_code -eq 86 ]; then
fi

# The simulator logs comming from the sudo-spawned Simulator.app are not readable/deletable by the helix uploader
sudo chown -R helix-runner "$output_directory"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helix-runner should be $(whoami). The helix user's name is arbitrary and could vary in the future, but you know that the current work item is that users.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was thinking about that, to store it in a variable first and then use it here. I just want to see it work first though.

Will note it down and change

chmod -R 0766 "$output_directory"

# Remove empty files
Expand Down