From 82f01d09cf8f083c39a24f71e8293d2a654a7816 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Wed, 23 Sep 2020 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?CI=E6=9E=84=E5=BB=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b94295..07daca3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,30 +69,12 @@ 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