Fix .gitlab-ci.yml

This commit is contained in:
Dmitry Porunov 2019-11-01 02:18:59 +04:00
parent f1016e321e
commit 286a06ac1b

View File

@ -5,6 +5,9 @@
# - export a build artifact from the new job # - export a build artifact from the new job
# - manually upload artifact to GitHub in the 'github-release' job # - manually upload artifact to GitHub in the 'github-release' job
stages:
- package
# AUR packages release # AUR packages release
package-aur: package-aur:
image: archlinux/base image: archlinux/base