Loading .gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -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 Loading