Skip to content

Commit

Permalink
Temporarily disable testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jun 29, 2024
1 parent 5af7bac commit ad3e5d6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ else
makepkg --printsrcinfo > .SRCINFO
fi

info 'Running test build'

if [[ -v CI ]]
then
sudo -u build makepkg --cleanbuild --force --noconfirm --clean --syncdeps \
--noconfirm --noprogressbar
else
makepkg --cleanbuild --force --noconfirm --clean --syncdeps --noconfirm \
--noprogressbar
fi

rm -f *.tar.gz
rm -f *.zst
# info 'Running test build'
#
# if [[ -v CI ]]
# then
# sudo -u build makepkg --cleanbuild --force --noconfirm --clean --syncdeps \
# --noconfirm --noprogressbar
# else
# makepkg --cleanbuild --force --noconfirm --clean --syncdeps --noconfirm \
# --noprogressbar
# fi
#
# rm -f *.tar.gz
# rm -f *.zst

info 'Pushing changes'
git add PKGBUILD .SRCINFO
Expand Down

0 comments on commit ad3e5d6

Please sign in to comment.