From 3077c33265518a02e0235263f568154bfae0dc47 Mon Sep 17 00:00:00 2001 From: Jan Vais Date: Thu, 7 Mar 2019 12:13:16 +0100 Subject: [PATCH] =?UTF-8?q?zp=C4=9Bt=20na=20apt?= 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 8ee1ec6..780c7a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ Upload to webserver: only: - master script: - - yum install -y lftp + - apt-get update -qq && apt-get install -y -qq lftp - | lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; \ mirror -Rev ./ ./www --ignore-time --parallel=10 \