We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d18c18 commit 4614fedCopy full SHA for 4614fed
.buildkite/hooks/prepare-common.sh
@@ -3,7 +3,6 @@ set -eo pipefail
3
4
# Configure the java version
5
JAVA_VERSION=$(cat .java-version | xargs | tr -dc '[:print:]')
6
-set +u
7
# In case the HOME is not available in the context of the runner.
8
if [ -z "${HOME}" ] ; then
9
HOME="${BUILDKITE_BUILD_CHECKOUT_PATH}"
0 commit comments