From 462b6c0ce702d4e1c758a9c79cfe99764bb9bfc9 Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Mon, 10 May 2021 11:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0pbzip2=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df16ebf8..c1102096 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: build: stage: build script: - - yum -y install ansible + - yum -y install ansible pbzip2 - make tags: - share