From 28732c36e2263a763ccb0828973cc2fbba962824 Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Tue, 3 Dec 2024 17:41:11 +0800 Subject: [PATCH] output fail info Signed-off-by: YanxuanLiu --- .github/workflows/mvn-verify-check/populate-daily-cache.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mvn-verify-check/populate-daily-cache.sh b/.github/workflows/mvn-verify-check/populate-daily-cache.sh index 6eaeb31463d..11deb9b217d 100755 --- a/.github/workflows/mvn-verify-check/populate-daily-cache.sh +++ b/.github/workflows/mvn-verify-check/populate-daily-cache.sh @@ -14,7 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -x +set -x -o pipefail + max_retry=3; delay=30; i=1 if [[ $SCALA_VER == '2.12' ]]; then pom='pom.xml'