Update ci to use update-packages, fix update-packages by using fetch

This commit is contained in:
Jeremy Soller 2017-04-08 16:43:00 -06:00
parent 33f662cb58
commit b4de8fd4ae
2 changed files with 2 additions and 3 deletions

3
ci.sh
View File

@ -2,6 +2,5 @@
set -e
./all.sh distclean
./all.sh dist
./update-packages.sh
./all.sh publish

View File

@ -17,7 +17,7 @@ do
./cook.sh $recipe dist
else
oldver=$(./cook.sh $recipe gitversion)
./cook.sh $recipe update
./cook.sh $recipe fetch
newver=$(./cook.sh $recipe gitversion)
if [ "$oldver" = "$newver" ]
then