From 7f110e14def74714e97af606502db66b50019c6c Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 20 Aug 2019 18:45:27 +0200 Subject: [PATCH] Ignore times when comparing files --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bbda7d..69f9d9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,6 @@ publish: - touch ~/.ssh/id_rsa - chmod 0600 ~/.ssh/id_rsa - echo "$SSH_KEY" >> ~/.ssh/id_rsa - - rsync -av -t -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET" + - rsync -av -I -t -i --stats -e "ssh -l $SSH_USER -i ~/.ssh/id_rsa -p $SSH_PORT" _build/html/ "$RSYNC_TARGET" only: - master -- GitLab