Skip to content
Open
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
4 changes: 2 additions & 2 deletions bin/install-elixir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ rm elixir.zip
# it may be called without a preceding configure call, for instance when
# building packages from a dist tarball. So we ensure it has hex there already.
echo "===> Installing Hex"
MIX_HOME=/home/jenkins/.mix /usr/local/bin/mix local.hex --force
chown -R jenkins:jenkins /home/jenkins
MIX_HOME=${HOME}/.mix /usr/local/bin/mix local.hex --force
chown -R $(whoami):$(whoami) ${HOME}