This commit is contained in:
Dave Dash 2011-03-04 12:07:39 -08:00
Родитель 1da44c8d51
Коммит f6604ef686
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -28,7 +28,12 @@ pip install -q -r requirements/compiled.txt
# adding eventual SDK
git submodule update --init
pushd vendor && git pull && git submodule update --init && popd
if [ ! -d "$WORKSPACE/vendor" ]; then
git clone git://github.com/mozilla/FlightDeck-lib.git vendor
fi
pushd vendor && git pull && git submodule update --init
popd
# Create paths we want for addons
if [ ! -d "/tmp/flightdeck" ]; then