summaryrefslogtreecommitdiff
path: root/.buildkite/hooks/pre-command
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/hooks/pre-command')
-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.