Merge pull request #2483 from bryanbrattlof/issue/2482

Remove unnecessary whitespace stripping in Makefile template
This commit is contained in:
Justin Mayer 2018-11-28 20:46:41 -08:00 committed by GitHub
commit 227c33a57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ publish:
ssh_upload: publish
scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
{%- set upload = upload + ["rsync_upload"] -%}
{% set upload = upload + ["rsync_upload"] %}
rsync_upload: publish
rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --cvs-exclude --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)