Fetch the gh-pages branch first

This commit is contained in:
Marco Castelluccio 2016-08-30 17:28:40 +02:00
Родитель 5496381518
Коммит 4f89d6e6dd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -11,6 +11,7 @@ before_install:
- echo "IdentityFile ~/.ssh/deploy-key" >> ~/.ssh/config
- echo "User git" >> ~/.ssh/config
- git remote set-url origin git@github.com:mozilla/stab-crashes.git
- git fetch origin -f gh-pages:gh-pages
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt