Loading .gitlab-ci.yml +3 −9 Original line number Diff line number Diff line variables: GIT_SUBMODULE_STRATEGY: recursive CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable stages: - test Loading @@ -7,10 +9,6 @@ stages: - build - publish variables: CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable #check-version: # stage: test # variables: Loading Loading @@ -86,17 +84,13 @@ build-windows: - Easy-installer-setup.exe - Easy-installer-setup.exe.sha256sum .build-aur: build-aur: image: $CONTAINER_IMAGE/aur:$CONTAINER_TAG stage: build before_script: - mkdir $PUBLISH_DEST && cp -a pkg/arch/. $PUBLISH_DEST script: - cd $PUBLISH_DEST && makepkg -sifc --noconfirm build-aur: extends: - .build-aur environment: name: aur-repo artifacts: Loading Loading
.gitlab-ci.yml +3 −9 Original line number Diff line number Diff line variables: GIT_SUBMODULE_STRATEGY: recursive CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable stages: - test Loading @@ -7,10 +9,6 @@ stages: - build - publish variables: CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable #check-version: # stage: test # variables: Loading Loading @@ -86,17 +84,13 @@ build-windows: - Easy-installer-setup.exe - Easy-installer-setup.exe.sha256sum .build-aur: build-aur: image: $CONTAINER_IMAGE/aur:$CONTAINER_TAG stage: build before_script: - mkdir $PUBLISH_DEST && cp -a pkg/arch/. $PUBLISH_DEST script: - cd $PUBLISH_DEST && makepkg -sifc --noconfirm build-aur: extends: - .build-aur environment: name: aur-repo artifacts: Loading