summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-06-07 15:15:46 +0800
committerlijia <[email protected]>2021-06-07 15:15:46 +0800
commited3cb96e8eba6c2b69d33aa221f68248e71ccb46 (patch)
tree4a47ff94d57cf1768ecbac41d63e10c88c008545
parent8a2fcb5b049d1090b59d7be2b38f33ec57957abc (diff)
更新CI.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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