diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-29 12:37:48 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-29 12:37:48 -0800 |
commit | 0a80b8051f3d682a72f14a469428b183141bdee9 (patch) | |
tree | d593f1ef28cd2a10d2fc3f3baf4efff130791433 /.buildkite | |
parent | e745a42ba2ffba89055f3ab299936890c8c681b5 (diff) | |
download | chef-0a80b8051f3d682a72f14a469428b183141bdee9.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>
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/hooks/pre-command | 2 |
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. |