Skip to content

Commit

Permalink
update Vagrantfile (fixes #1377) (#1402)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
sydneyaldo and dogi authored Aug 20, 2020
1 parent cf1ac4b commit 6120c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Vagrant.configure("2") do |config|
unix2dos /vagrant/gradlew.bat
#codeclimate
docker pull codeclimate/codeclimate
echo "alias codeclimate=\\\"docker run --interactive --tty --rm --env CODECLIMATE_CODE=\\\$PWD --volume \\\$PWD:/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate\\\"" > /home/vagrant/.bash_aliases
chown vagrant: /home/vagrant/.bash_aliases
wget https://raw.githubusercontent.com/codeclimate/codeclimate/master/codeclimate-wrapper -O /usr/local/bin/codeclimate
chmod +x /usr/local/bin/codeclimate
SHELL

# Run binding on each startup make sure the mount is available on VM restart
Expand Down

0 comments on commit 6120c51

Please sign in to comment.