summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-11-08 11:57:28 +0000
committerGitHub <noreply@github.com>2022-11-08 11:57:28 +0000
commit28fcfc7918dd053ab2bce8283c95b9dcc13ce092 (patch)
treef7a0f04fa5f3ac62f5ef29c41fbac3366fa072ed
parent1ce5c56c2ca94fd0c8ec3f2de81b5e23a7b38b7f (diff)
parent25f9fdd47695402425e9f30259f49b382a1cd543 (diff)
downloadchef-28fcfc7918dd053ab2bce8283c95b9dcc13ce092.tar.gz
Merge pull request #13315 from gene1wood/remove_missing_buildkite_command
-rw-r--r--.buildkite/hooks/pre-command1
1 files changed, 0 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command
index 9af5d459b5..8789433886 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -6,7 +6,6 @@ set -eu
[[ "$BUILDKITE_PIPELINE_NAME" =~ verify$ ]] || exit 0
docker ps || true
-free -m || true
# We've now seen cases where origin/main on the build hosts can get
# out of date. This causes us to build components unnecessarily.