From c0b54379131d4b5ebeec38851db97d7dbaca8699 Mon Sep 17 00:00:00 2001 From: Jan Vais Date: Thu, 7 Mar 2019 11:58:41 +0100 Subject: [PATCH] =?UTF-8?q?p=C5=99id=C3=A1na=20instalace=20lftp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d7794c..3abe6d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ Upload to webserver: only: - master script: + - apt-get update -qq && apt-get install -y -qq lftp - | lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; \ mirror -Rev ./ ./ --ignore-time --parallel=10 \