Skip to content

Commit

Permalink
GH-11 Adding JAVA_HOME env var in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rbhadti94 committed Dec 6, 2020
1 parent a66500a commit 155ee27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testjmeteraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- feature/*
pull_request:
branches: [master]

Expand Down
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh

# Export JAVA_HOME Variable within Entrypoint
export JAVA_HOME="/usr/lib/jvm/java-9-openjdk"

jmeter $@

0 comments on commit 155ee27

Please sign in to comment.