From 618e92110dbf8d9736d8057db2661921a8b8071a Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Mon, 18 Oct 2021 11:27:28 +0200 Subject: [PATCH] updated ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60fb953..b1b5cfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,4 +26,4 @@ deploy-job: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. script: - apt-get update -qq && apt-get install -y -qq lftp - - lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude-glob .htaccess --exclude-glob .git* --exclude .git/" + - lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/"