Skip to content

Commit

Permalink
Fix include path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Jul 26, 2023
1 parent 19a75a1 commit 22131c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/build-agent-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

source .buildkite/scripts/common.sh
source ../scripts/common.sh
BEAT_VERSION=$(grep -oE '[0-9]+\.[0-9]+\.[0-9]+(\-[a-zA-Z]+[0-9]+)?' "${WORKSPACE}/version/version.go")
export BEAT_VERSION

Expand Down

0 comments on commit 22131c3

Please sign in to comment.