зеркало из https://github.com/mozilla/FlightDeck.git
vendor is a submodule now
This commit is contained in:
Родитель
8fadf6c7cb
Коммит
f66ef91e23
|
@ -25,15 +25,8 @@ source $VENV/bin/activate
|
||||||
|
|
||||||
pip install -q -r requirements/compiled.txt
|
pip install -q -r requirements/compiled.txt
|
||||||
|
|
||||||
# adding eventual SDK
|
# vendor
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
|
|
||||||
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
|
# Create paths we want for addons
|
||||||
if [ ! -d "/tmp/flightdeck" ]; then
|
if [ ! -d "/tmp/flightdeck" ]; then
|
||||||
|
|
Загрузка…
Ссылка в новой задаче