Skip to content

Commit

Permalink
Removed redundant chmod operation
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapadopou committed Nov 5, 2015
1 parent 88ec07b commit f3f7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pwd

# Create the directory where the tests results will be stored
sudo mkdir -p build/logs
sudo chmod -R 777 build build/logs
sudo chmod -R 777 build/logs

This comment has been minimized.

Copy link
@spiliot

spiliot Nov 5, 2015

Contributor

In codebendercc/eratosthenes@63ece11 you added build together with build/logs. Now you're removing it. One of the two commits has to have something wrong.


../scripts/install_composer.sh

Expand Down

1 comment on commit f3f7ea0

@fpapadopou
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted it back to the first state

Please sign in to comment.