From 214a126b56f7e2a4f9d3d7f21e0ecb55d3e6104e Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 30 Mar 2022 10:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96docker=20im?= =?UTF-8?q?ages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9de8920..5422e00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ stages: develop_build_release_for_centos7: stage: build + image: $BUILD_IMAGE_CENTOS7 extends: .build_by_travis_for_centos7 variables: BUILD_TYPE: RelWithDebInfo @@ -57,6 +58,7 @@ develop_build_release_for_centos7: release_build_release_for_centos7: stage: build + image: $BUILD_IMAGE_CENTOS7 variables: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 @@ -75,6 +77,7 @@ release_build_release_for_centos7: develop_build_release_for_centos8: stage: build + image: $BUILD_IMAGE_CENTOS8 extends: .build_by_travis_for_centos8 variables: BUILD_TYPE: RelWithDebInfo @@ -96,6 +99,7 @@ develop_build_release_for_centos8: release_build_release_for_centos8: stage: build + image: $BUILD_IMAGE_CENTOS8 variables: BUILD_TYPE: RelWithDebInfo PACKAGE: 1