Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #125 from linc01n/hotfix/java-path
Browse files Browse the repository at this point in the history
Fix hard-coded JAVA_HOME ENV
  • Loading branch information
linc01n committed Nov 14, 2015
2 parents 2b4c654 + e4ceacb commit 272b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/bitbucket/setenv.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "x${BITBUCKET_HOME}" = "x" ]; then
fi

if [ "x${JAVA_HOME}" = "x" ]; then
export JAVA_HOME=/usr/lib/jvm/jdk1.8.0_51/jre
export JAVA_HOME="<%= node['java']['java_home'] %>"
fi

#
Expand Down

0 comments on commit 272b259

Please sign in to comment.