chore(teamcity): use fxdownload version that downloads from moz cdn

This commit is contained in:
John Morrison 2015-11-15 22:40:03 -08:00
Родитель fd70e9722b
Коммит 220fb1a0af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ fi
cd $FXDOWNLOAD_DIR && npm install
for d in beta release esr; do
./index.js --install-dir $CHANNELS_DIR --channel $d
./fetch.js --install-dir $CHANNELS_DIR --channel $d
done
show_firefox_versions