diff --git a/ci.sh b/ci.sh index dc70f68d1..8bd2878bc 100755 --- a/ci.sh +++ b/ci.sh @@ -2,6 +2,5 @@ set -e -./all.sh distclean -./all.sh dist +./update-packages.sh ./all.sh publish diff --git a/update-packages.sh b/update-packages.sh index 6a3aba2f9..56ec7559f 100755 --- a/update-packages.sh +++ b/update-packages.sh @@ -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