Skip to content

Commit

Permalink
[devtools] sync configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Jan 4, 2020
1 parent d6f6577 commit 3ce2525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_configs.yml
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Update configuration files from devtools
run: |
if [ -f ".github/workflows/custom_ci.yml" ]; then
rsync -arv --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ;
rsync -arv --delete --exclude '.github/workflows/ci.yml' tmp/devtools/shared/ . ;
else
rsync -arv tmp/devtools/shared/ . ;
rsync -arv --delete tmp/devtools/shared/ . ;
fi
- name: Compile file templates
run: |
Expand Down
1 change: 1 addition & 0 deletions bin/ossy

0 comments on commit 3ce2525

Please sign in to comment.