Skip to content
Snippets Groups Projects
Commit b4de8fd4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

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

parent 33f662cb
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,5 @@
set -e
./all.sh distclean
./all.sh dist
./update-packages.sh
./all.sh publish
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment