summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2020-10-16 19:29:02 +0800
committerfumingwei <[email protected]>2020-10-16 19:29:02 +0800
commit39252e79c32e645fb2faef7e358f572723ba53b2 (patch)
treecaf4f251c55376c68427dc7cf354d4197aeb003c
parent3f005d6c39ff57c3ad0088398c1dec7baa1fed5f (diff)
删除UPLOAD_SYMBOL_FILES标志
-rw-r--r--.gitlab-ci.yml2
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