Skip to content

Commit 4614fed

Browse files
authored
Apply suggestions from code review
1 parent 1d18c18 commit 4614fed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.buildkite/hooks/prepare-common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -eo pipefail
33

44
# Configure the java version
55
JAVA_VERSION=$(cat .java-version | xargs | tr -dc '[:print:]')
6-
set +u
76
# In case the HOME is not available in the context of the runner.
87
if [ -z "${HOME}" ] ; then
98
HOME="${BUILDKITE_BUILD_CHECKOUT_PATH}"

0 commit comments

Comments
 (0)