This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 605fd36b YETUS-1179. buildkite example fails on first launch (#318)
605fd36b is described below

commit 605fd36bf1229ad96f148e85a073df18fdc1c1ab
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Sun Sep 10 08:43:46 2023 -0700

    YETUS-1179. buildkite example fails on first launch (#318)
---
 .buildkite/pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 1b58da0a..2b8eb5d8 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -15,7 +15,7 @@
 ---
 steps:
     - label: "Clean patch-dir"
-      command: \[ -d /tmp/yetus-out ] && rm -rf /tmp/yetus-out/*
+      command: \[ -d /tmp/yetus-out ] && rm -rf /tmp/yetus-out/* || true
     - label: "Apache Yetus"
       command: >
         precommit/src/main/shell/test-patch.sh

Reply via email to