From 2e26ea7639d9496a47d327e15217cc837af8336c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Sko=C5=99epov=C3=A1?= <isabella@skorepova.info> Date: Wed, 6 Nov 2019 17:49:03 +0100 Subject: [PATCH] Adjust CI --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 496c9d27..88d8338c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,6 @@ deploy: - apt -y install rsync - rm -rf build - npm ci - - if [ -d static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi - node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver - echo "$DEPLOY_SSH_KEY" > sshkey - chmod 600 sshkey -- GitLab