summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:23:49 +0200
committerCayetano Santos2021-06-01 01:25:09 +0200
commite96326f7cf9e35a4f9f409fbb4a31676ac913ba2 (patch)
tree12454f184003bb67e1a56b06b36f3b28662aa1e5
parent5e480000fac24b6b90f5279ae72c0d1e16323cfb (diff)
downloadaur-e96326f7cf9e35a4f9f409fbb4a31676ac913ba2.tar.gz
ci: remove redundant ci, and artifacts
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7cd62dfb735e..daa1718de67d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ stages:
before_script:
- pacman --noconfirm -Syu
- - pacman --noconfirm -S sudo git fakeroot binutils
+ - pacman --noconfirm -S sudo fakeroot binutils
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot
@@ -21,3 +21,6 @@ build-package:
script:
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb_bus; print("All OK")'
+ artifacts:
+ paths:
+ - python-cocotb-bus-0.1-1-any.pkg.tar.zst