From dfb2400835fbd60018abb8b34d7445160edef67f Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 28 Sep 2023 17:36:39 +0800 Subject: [PATCH] [3.4.0-map-sdk] fix yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ca3bfff2a..6f35450937 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ inspect java and kotlin codes: expire_in: 1 days paths: - "build/reports/*" - only: - - "$CI_COMMIT_BRANCH" - except: - - master - allow_failure: false + only: + - "$CI_COMMIT_BRANCH" + except: + - master + allow_failure: true