зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
14fb0905da
Коммит
b824579296
|
@ -142,7 +142,7 @@ _release_ branch:
|
||||||
% git checkout release
|
% git checkout release
|
||||||
% git rm -rf .
|
% git rm -rf .
|
||||||
% git clean -fxd
|
% 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
|
[README.md]: https://searchfox.org/mozilla-central/source/testing/geckodriver/README.md
|
||||||
[testing/geckodriver]: https://searchfox.org/mozilla-central/source/testing/geckodriver
|
[testing/geckodriver]: https://searchfox.org/mozilla-central/source/testing/geckodriver
|
||||||
|
|
Загрузка…
Ссылка в новой задаче