diff --git a/.drone.yml b/.drone.yml index 14c35be..e8bd9e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ trigger: - tag steps: - - name: Update Repository image: registry.gitlab.com/geraldwuhoo/docker-aurutils:latest pull: always diff --git a/entrypoint.sh b/entrypoint.sh index 1efa372..04c8825 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,12 +73,6 @@ git clone --recursive https://git.tobiasmanske.de/archlinux-repo/package_sources cd packages touch buildqueue -## OBTAIN PACKAGES TO BUILD - -git submodule update --remote --merge &>/dev/null # Make sure we are up to date if something is linked as a submodule -# -# find . -name PKGBUILD -execdir sh -c 'makepkg --printsrcinfo > .SRCINFO || echo "Failed to build $(pwd)"' \; - # Obtain version of downloaded packages which didnt fail while read -r i; do aur srcver --no-prepare --jobs=4 "$i" || true