修正特性分支仍上传BIN的问题并令update分支不执行CI.

This commit is contained in:
陆秋文
2021-06-04 07:36:23 +00:00
parent 61208d5567
commit 7d7d995eb2

View File

@@ -18,11 +18,11 @@ feature_branch_build_7400_mcn0:
variables:
PROFILE_LIST: 7400MCN0P01R01
DALIY_BUILD_VERSION: 1
UPLOAD_TO_FILE_REPO: 0
except:
- tags
- /^dev-.*$/i
- /^rel-.*$/i
- /^update-.*$/i
feature_branch_build_7400_mcn123:
stage: build
@@ -30,11 +30,11 @@ feature_branch_build_7400_mcn123:
variables:
PROFILE_LIST: 7400MCN123P01R01
DALIY_BUILD_VERSION: 1
UPLOAD_TO_FILE_REPO: 0
except:
- tags
- /^dev-.*$/i
- /^rel-.*$/i
- /^update-.*$/i
feature_branch_build_9000:
stage: build
@@ -42,11 +42,11 @@ feature_branch_build_9000:
variables:
PROFILE_LIST: 9000NPBP01R01
DALIY_BUILD_VERSION: 1
UPLOAD_TO_FILE_REPO: 0
except:
- tags
- /^dev-.*$/i
- /^rel-.*$/i
- /^update-.*$/i
develop_build_9000:
stage: build