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 @@ ...@@ -2,6 +2,5 @@
set -e set -e
./all.sh distclean ./update-packages.sh
./all.sh dist
./all.sh publish ./all.sh publish
...@@ -17,7 +17,7 @@ do ...@@ -17,7 +17,7 @@ do
./cook.sh $recipe dist ./cook.sh $recipe dist
else else
oldver=$(./cook.sh $recipe gitversion) oldver=$(./cook.sh $recipe gitversion)
./cook.sh $recipe update ./cook.sh $recipe fetch
newver=$(./cook.sh $recipe gitversion) newver=$(./cook.sh $recipe gitversion)
if [ "$oldver" = "$newver" ] if [ "$oldver" = "$newver" ]
then 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