删除UPLOAD_SYMBOL_FILES标志

This commit is contained in:
fumingwei
2020-10-16 19:29:02 +08:00
parent 3f005d6c39
commit 39252e79c3

View File

@@ -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