From 9c98e0c51ab4bfa7346203b0f44bc7ac9ea30118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E4=BF=8A=E5=8B=87?= <2021212687@stu.cqupt.edu.cn> Date: Mon, 1 Aug 2022 12:04:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7db5c28..f440379 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ docker_build: script: - docker build -t console:${PACKAGE_VERSION} . tags: - - cluster-runner + - cluster release: stage: release