From dfb9b035821936488473b40b2bd90ec10f8d9468 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 6 Apr 2022 17:38:08 +0800 Subject: [PATCH] =?UTF-8?q?feature:=E5=B0=86=E6=9E=84=E5=BB=BAcentos7?= =?UTF-8?q?=E5=92=8Crockylinux8=20rpm=E7=9A=84job=E7=94=B1=E5=B9=B3?= =?UTF-8?q?=E8=A1=8C=E5=85=B3=E7=B3=BB=E6=94=B9=E4=B8=BA=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b207bde..dd646bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ variables: stages: - prebuild -- build +- build-centos7 +- build-rockylinux8 cache: key: "$CI_PROJECT_NAME-cache" @@ -58,7 +59,7 @@ images_build: feature_branch_build_centos7: image: $BUILD_BASED_IMAGE_CENTOS7 - stage: build + stage: build-centos7 variables: PACKAGE: 1 TESTING_VERSION_BUILD: 1 @@ -76,7 +77,7 @@ feature_branch_build_centos7: feature_branch_build_rockylinux8: image: $BUILD_BASED_IMAGE_ROCKYLINUX8 - stage: build + stage: build-rockylinux8 variables: PACKAGE: 1 TESTING_VERSION_BUILD: 1 @@ -95,7 +96,7 @@ feature_branch_build_rockylinux8: develop_build_centos7: image: $BUILD_BASED_IMAGE_CENTOS7 - stage: build + stage: build-centos7 variables: PACKAGE: 1 UPLOAD: 1 @@ -114,7 +115,7 @@ develop_build_centos7: develop_build_rockylinux8: image: $BUILD_BASED_IMAGE_ROCKYLINUX8 - stage: build + stage: build-rockylinux8 variables: PACKAGE: 1 UPLOAD: 1 @@ -133,7 +134,7 @@ develop_build_rockylinux8: release_build_centos7: image: $BUILD_BASED_IMAGE_CENTOS7 - stage: build + stage: build-centos7 variables: PACKAGE: 1 UPLOAD: 1 @@ -149,7 +150,7 @@ release_build_centos7: release_build_rockylinux8: image: $BUILD_BASED_IMAGE_ROCKYLINUX8 - stage: build + stage: build-rockylinux8 variables: PACKAGE: 1 UPLOAD: 1