Skip to content

Commit

Permalink
update cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Mar 14, 2021
1 parent 4362ac0 commit df5dc7b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions demo/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,27 @@ then
echo "processing"
sleep 1

echo "Update CLI usage"
python demo/update_readme.py

git add . && git commit -m "update cli usage"

echo "bump"
git version-bump $update

ih -p alpaca -r -c 4 demo/demo_image.png -f demo/
echo "use new version"
source venv/bin/activate
pip install -e .
ih --version
ih -p alpaca -r -c 4 demo/demo_image.png -f demo/
deactivate

echo "Update demo render"
node demo/update_render.js

git add . && git commit -m "update"
git add . && git commit -m "update demo render"

echo git release
git release
else
echo "Not continuing"

Expand Down

0 comments on commit df5dc7b

Please sign in to comment.