diff options
| author | fumingwei <[email protected]> | 2020-10-16 19:29:02 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-10-16 19:29:02 +0800 |
| commit | 39252e79c32e645fb2faef7e358f572723ba53b2 (patch) | |
| tree | caf4f251c55376c68427dc7cf354d4197aeb003c | |
| parent | 3f005d6c39ff57c3ad0088398c1dec7baa1fed5f (diff) | |
删除UPLOAD_SYMBOL_FILES标志
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31ec891..7540b6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,6 @@ develop_build_release: release_build_debug: stage: build variables: - UPLOAD_SYMBOL_FILES: 1 BUILD_TYPE: Debug PACKAGE: 1 UPLOAD: 1 @@ -110,7 +109,6 @@ release_build_release: stage: build variables: BUILD_TYPE: RelWithDebInfo - UPLOAD_SYMBOL_FILES: 1 PACKAGE: 1 UPLOAD: 1 UPLOAD_SYMBOL_FILES: 1 |
