Skip to content

Commit

Permalink
Fixes common.bash directory for Apm Server (#7509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvz authored and ruflin committed Jul 5, 2018
1 parent 5aaa426 commit f257471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/jenkins_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euox pipefail
: "${HOME:?Need to set HOME to a non-empty value.}"
: "${WORKSPACE:?Need to set WORKSPACE to a non-empty value.}"

source ./dev-tools/common.bash
source $(dirname "$0")/common.bash

jenkins_setup

Expand Down

0 comments on commit f257471

Please sign in to comment.