Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268e28d8 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'fix-aur-once-for-all' into 'master'

Fix AUR builds, take 24

See merge request !154
parents f787361a 71723959
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -88,15 +88,13 @@ build-aur:
  image: $CONTAINER_IMAGE/aur:$CONTAINER_TAG
  stage: build
  before_script:
    - mkdir $PUBLISH_DEST && cp -a pkg/arch/. $PUBLISH_DEST
    - mkdir dist && cp -a pkg/arch/. dist
  script:
    - cd $PUBLISH_DEST && makepkg -sifc --noconfirm
  environment:
    name: aur-repo
    - cd dist && makepkg -sifc --noconfirm
  artifacts:
    name: "easy-installer-aur"
    paths:
      - $PUBLISH_DEST/*.pkg.tar.zst
      - dist/*.pkg.tar.zst

publish-ubuntu:
  image: registry.gitlab.e.foundation/e/devices/easy-installer:stable