summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-01-29 12:37:48 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-01-29 12:37:48 -0800
commit0a80b8051f3d682a72f14a469428b183141bdee9 (patch)
treed593f1ef28cd2a10d2fc3f3baf4efff130791433
parente745a42ba2ffba89055f3ab299936890c8c681b5 (diff)
downloadchef-lcg/bk-merge-commit.tar.gz
free doesn't exist on windowslcg/bk-merge-commit
we must be getting bash+git from msys2 or something? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.buildkite/hooks/pre-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command
index 48a28a553c..ea4b9f8b23 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -3,7 +3,7 @@
set -eu
docker ps || true
-free -m
+free -m || true
# We've now seen cases where origin/master on the build hosts can get
# out of date. This causes us to build components unnecessarily.