From 7f5d774d3a5cba9315b4ec3dec4b551e6e83d3a7 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Wed, 23 Sep 2020 15:41:14 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"CI=E6=9E=84=E5=BB=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 82f01d09cf8f083c39a24f71e8293d2a654a7816. --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07daca3..9b94295 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,12 +69,30 @@ develop_build_release: - /^develop.*$/i - /^master.*$/i + release_build_release: stage: build variables: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD: 1 + PULP3_REPO_NAME: tsg-stable-x86_64.el7 + PULP3_DIST_NAME: tsg-stable-x86_64.el7 + extends: .build_by_travis + artifacts: + name: "verify-policy-$CI_COMMIT_REF_NAME-release" + paths: + - build/*.rpm + only: + - tags + +release_build_release_devel: + stage: build + variables: + BUILD_TYPE: RelWithDebInfo + ENABLE_DEVEL_SWITCH: "ON" + PACKAGE: 1 + UPLOAD: 1 SYMBOL_TARGET: verify-policy PULP3_REPO_NAME: tsg-stable-x86_64.el7 PULP3_DIST_NAME: tsg-stable-x86_64.el7