删除UPLOAD_SYMBOL_FILES标志
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user