Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Another test on chown omg
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvalery committed Oct 11, 2019
1 parent 041d327 commit 3d0c7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -e

# Gives the circleci user access to all files and folders
sh -c "sudo chown -R circleci /github/home"
sh -c "sudo chmod -R 777 /github/home"
sh -c "sudo chown -R circleci /github"
sh -c "sudo chmod -R 777 /github"

# Requires PERCY_TOKEN
if [ -n "$PERCY_TOKEN" ]; then
Expand Down

0 comments on commit 3d0c7f6

Please sign in to comment.