Skip to content

Commit

Permalink
bug 656285 create product details dir if it doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed May 31, 2011
1 parent cba49f4 commit b236dbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<SETTINGS
Expand Down

0 comments on commit b236dbe

Please sign in to comment.