Skip to content

Commit

Permalink
add cloud scrit and replace commands in the Cloud and Go-int steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Feb 29, 2024
1 parent ae65e7f commit f8a2a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,4 +462,8 @@ if are_paths_changed "${packaging_changeset[@]}" ; then
export PACKAGING_CHANGES="true"
fi

if [[ "$BUILDKITE_PIPELINE_SLUG" == "beats-xpack-metricbeat" ]]; then
withModule "${MODULE_DIR}"
fi

check_and_set_beat_vars
1 change: 0 additions & 1 deletion .buildkite/scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ fi

if [[ "$BUILDKITE_PIPELINE_SLUG" == "beats-xpack-metricbeat" ]]; then
startCloudTestEnv "${MODULE_DIR}"
withModule "${MODULE_DIR}"
fi

with_go "${GO_VERSION}"
Expand Down

0 comments on commit f8a2a09

Please sign in to comment.