Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ri committed Nov 16, 2023
1 parent aaab910 commit ffe884a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export GO_VERSION="${version}"
echo "${GO_VERSION}"

# addtional preparation for macos step
if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent-libs" && "$BUILDKITE_STEP_KEY" == "macos-test" ]]; then
if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent-libs" && "$BUILDKITE_STEP_KEY" == "test-mac" ]]; then
echo "--- prepare env"
source .buildkite/scripts/pre-install-command.sh
with_go ${GO_VERSION} ${SETUP_GVM_VERSION}
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -euo pipefail

echo "--- Pre install"
source .buildkite/scripts/pre-install-command.sh
go version
add_bin_path
with_go_junit_report

Expand Down

0 comments on commit ffe884a

Please sign in to comment.