aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-03 15:12:49 -0400
committerKunoi Sayami <[email protected]>2021-11-04 03:18:14 +0800
commit82e9a9d7d6b585e80deab2fb3a88f4fe6b33c21d (patch)
tree64ada7f15569bb58f33526d33b48ac2b3b3cb9eb
parent1e942603c11f192b82dffe2e1c846cf0c5dac19b (diff)
fix(ci): Fix circle dependency
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--repo/.hook/yay1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821f416..a36c756 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ build:
- pacman-key --finger 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
- pacman-key --lsign-key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
#- pacman --noconfirm --needed -Sy archlinuxcn-keyring
- - pacman --noconfirm --needed -Su base-devel gnupg git yay
+ - pacman --noconfirm --needed -Su base-devel gnupg git
- useradd -m build
- echo 'build ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers
#- cp -r ../$CI_PROJECT_TITLE /home/build/
diff --git a/repo/.hook/yay b/repo/.hook/yay
new file mode 100644
index 0000000..a9bf588
--- /dev/null
+++ b/repo/.hook/yay
@@ -0,0 +1 @@
+#!/bin/bash