From ed3cb96e8eba6c2b69d33aa221f68248e71ccb46 Mon Sep 17 00:00:00 2001 From: lijia Date: Mon, 7 Jun 2021 15:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0CI.?= 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 4184703..209ad14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ develop_build_release: name: "benchmark_pcap-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm + tags: + - share only: - /^dev*.*$/i - /^rel*.*$/i @@ -52,5 +54,7 @@ release_build_release: name: "benchmark_pcap-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm + tags: + - share only: - tags \ No newline at end of file