Skip to content

Commit

Permalink
Add JAVA_HOME/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Mar 4, 2019
1 parent d880ded commit f2c1a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ integration-test-java:
mv epel-apache-maven.repo /etc/yum.repos.d/
yum install -y apache-maven
export M2_HOME="/usr/share/apache-maven"
export PATH=$M2_HOME/bin:$PATH
export PATH=$M2_HOME/bin:$PATH:$JAVA_HOME/bin
# install opensll
yum install -y openssl
Expand Down

0 comments on commit f2c1a56

Please sign in to comment.