Bug 1445244 - Include hidden files when copying source to GitHub. r=me

The * glob does not include hidden files, which means we miss copying
the .travis.yml file.

MozReview-Commit-ID: HfvZW7Ce4df
This commit is contained in:
Andreas Tolfsen 2018-03-13 14:16:01 +00:00
Родитель 14fb0905da
Коммит b824579296
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -142,7 +142,7 @@ _release_ branch:
% git checkout release
% git rm -rf .
% git clean -fxd
% cp -r $SRC/gecko/testing/geckodriver/* .
% cp -r $SRC/gecko/testing/geckodriver .
[README.md]: https://searchfox.org/mozilla-central/source/testing/geckodriver/README.md
[testing/geckodriver]: https://searchfox.org/mozilla-central/source/testing/geckodriver