From 938897242fadd5a6395385730b368535cf852f9d Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Wed, 13 Mar 2024 16:34:16 +0800 Subject: [PATCH] Disable the K4. --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1405a025..efd28435 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,10 +53,10 @@ build:lcg:el7: ############################################################################## # Build CentOS 7 (KEY4HEP) ############################################################################## -build:k4:el7: - extends: .build_template - variables: - LCG_RELEASE: KEY4HEP_STACK - tags: - - centos7 +# build:k4:el7: +# extends: .build_template +# variables: +# LCG_RELEASE: KEY4HEP_STACK +# tags: +# - centos7 -- GitLab