diff --git a/scripts/build.sh b/scripts/build.sh index 9024a1f167a..403e017df9c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -38,6 +38,9 @@ echo "Updating vendor..." pushd $VENDOR && git pull origin master && git submodule sync && git submodule update --init; popd +if [ ! -d "$WORKSPACE/../product_details_json" ]; then + mkdir $WORKSPACE/../product_details_json +fi python manage.py update_product_details cat > settings_local.py <