summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian2021-06-01 19:31:23 +0200
committerchristian2021-06-01 19:31:23 +0200
commitf15cdbdb31d1a9d052fe76be6243fad737cf1624 (patch)
tree2067a9d38ea690ba58f4e66200ba4d7e2a0564cb
parent5ee14cc63a4c69bfc3c255ffe367976db10e0774 (diff)
downloadaur-f15cdbdb31d1a9d052fe76be6243fad737cf1624.tar.gz
adds stages to separate steps
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5eec514cf3e..79904f1274a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,17 @@
image: "registry.devseed.de/all-the-things/docker-archlinux"
+stages:
+ - test
+ - update_hash
+ - release
+
+
before_script:
- sudo pacman -Sy --noconfirm pacman-contrib
- git config --global user.email "renovate@devseed.de"
- git config --global user.name "Renovate Bot"
-makepkg:
+test:
script:
# update package hash for integrity check
- updpkgsums