From ddc50d8163cc66e3fa73634f9e84272a78a3533b Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Tue, 3 Dec 2024 19:12:11 +0800 Subject: [PATCH] test error Signed-off-by: YanxuanLiu --- .github/workflows/mvn-verify-check/populate-daily-cache.sh | 2 +- 1 file changed, 1 insertion(+), 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 a31638442e9..4a6e6340742 100755 --- a/.github/workflows/mvn-verify-check/populate-daily-cache.sh +++ b/.github/workflows/mvn-verify-check/populate-daily-cache.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -ex -o pipefail +set -ex max_retry=3; delay=30; i=1 if [[ $SCALA_VER == '2.12' ]]; then