summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6524cf..354c9d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
-build-package:
+package:
tags:
- aarch64
script:
- - sudo pacman -Syy && makepkg -scr --noconfirm
+ - sudo pacman -Syu --noconfirm && makepkg -scr --noconfirm
artifacts:
paths:
- ./*.pkg.tar.*