Update sync_templates_and_ci (#34701)

This commit is contained in:
commitay
2017-05-22 01:48:55 +02:00
committed by Markus Reiter
parent 59367cf480
commit 9f04fe1d1d
+1 -1
View File
@@ -31,7 +31,7 @@ function copy_templates_and_ci {
local repo_name
repo_name="${1}"
rsync --archive --delete "${main_repo_dir}"/{.github,.travis.yml,ci} '.'
rsync --archive --delete "${main_repo_dir}"/{.editorconfig,.gitattributes,.github,.gitignore,.travis.yml,ci} '.'
/usr/bin/sed -i '' -E "s:homebrew-cask/(pulls|issues):${repo_name}/\1:" '.github/PULL_REQUEST_TEMPLATE.md' # PULL_REQUEST_TEMPLATE has repo-specific links
}