Update sync_configs.yml

This commit is contained in:
Piotr Solnica 2020-01-04 23:29:00 +01:00
parent f385a8489f
commit cc9926dd6a
No known key found for this signature in database
GPG Key ID: 66BF2FDA7BA0F29C
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ jobs:
- name: Update configuration files from devtools
run: |
if [ -f ".github/workflows/custom_ci.yml" ]; then
rsync -arv --delete --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ;
rsync -arv --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ;
else
rsync -arv --delete tmp/devtools/shared/ . ;
rsync -arv tmp/devtools/shared/ . ;
fi
- name: Compile file templates
env: