summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author付明卫 <[email protected]>2020-05-18 17:26:36 +0800
committer付明卫 <[email protected]>2020-05-18 17:26:36 +0800
commit96c1c43465e26e0b451e75b3b33853d0f626e741 (patch)
treec2d44b26ceedd6dad9bca5ecc6f8bc6f3ff771aa
parent2f3fe27e536584d85073a331f86aec09cf29bf48 (diff)
增加upload 标志v3.0.3-20200518
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 744de88..e92ee8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ release_build_debug:
UPLOAD_SYMBOL_FILES: 1
BUILD_TYPE: Debug
PACKAGE: 1
+ UPLOAD: 1
PULP3_REPO_NAME: tsg-stable-x86_64.el7
PULP3_DIST_NAME: tsg-stable-x86_64.el7
extends: .build_by_travis
@@ -91,6 +92,7 @@ release_build_release:
BUILD_TYPE: RelWithDebInfo
UPLOAD_SYMBOL_FILES: 1
PACKAGE: 1
+ UPLOAD: 1
PULP3_REPO_NAME: tsg-stable-x86_64.el7
PULP3_DIST_NAME: tsg-stable-x86_64.el7
extends: .build_by_travis