From 17f69004d22642611e9bd5edc4bca548f5b197af Mon Sep 17 00:00:00 2001 From: zhongchao Date: Mon, 9 Oct 2023 11:52:41 +0800 Subject: [PATCH] [6.1.0] yml and update log --- .gitlab-ci.yml | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8d78f273a..5f115e31aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,13 @@ inspect java and kotlin codes: - source change_java_version artifacts: name: "${CI_JOB_STAGE}_reports_${CI_PROJECT_NAME}_$CI_COMMIT_REF_SLUG" - when: on_failure + when: always expire_in: 1 days paths: - "build/reports/*" only: - - "dev_robotaxi-d_230912_6.1.0" + - $CI_COMMIT_BRANCH + - schedules except: - master allow_failure: true diff --git a/gradle.properties b/gradle.properties index dd86ae85df..d122d31f49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,7 +58,7 @@ bytex.ASM_API=ASM7 ################ 外部依赖引用 ################ # loglib -LOGLIB_VERSION=1.9.16 +LOGLIB_VERSION=1.9.17 ######## MogoAiCloudSDK Version ######## # 网络请求LOGLIB_VERSION MOGO_NETWORK_VERSION=1.4.7.17