mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Update ci to use update-packages, fix update-packages by using fetch
This commit is contained in:
parent
33f662cb58
commit
b4de8fd4ae
3
ci.sh
3
ci.sh
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user