From a197cf88143fc087cbdec09037eeb5fb3d552397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Thu, 29 Jun 2017 21:13:29 +0200 Subject: [PATCH] Excludes Import folder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d46f93..cac8ee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ dump-assets: expire_in: '3d' script: - apk add rsync --no-cache - - rsync -ah -e "ssh -p 22191" tthreeorgstage@stage.typo3.org:ci/shared/ ./assets/ + - rsync -ah -e "ssh -p 22191" --exclude '/html/fileadmin/Import' tthreeorgstage@stage.typo3.org:ci/shared/ ./assets/ - ssh -p22191 tthreeorgstage@stage.typo3.org "mysqldump -u${STAGE_DATABASE_USER} -p${STAGE_DATABASE_PASSWORD} -h127.0.0.1 tthreeorgstage | gzip -9 -c" > ./assets/db.sql.gz dependencies: when: -- GitLab