summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-06-12 09:56:07 +0200
committerCayetano Santos2020-06-12 09:56:07 +0200
commit64aac23650b82a4a26dc83126d88c0c290c7b380 (patch)
tree4ce87d2b31639d5057b0b3b8e31c5f7eee632a99
parentba4a6657636ec3ed5c4b668f5a2e2ccf668dc670 (diff)
downloadaur-64aac23650b82a4a26dc83126d88c0c290c7b380.tar.gz
fix aur remote
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6018c634b5ba..daab1d2f99dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build-package:
stage: test
script:
- cd /home/notroot
- - su notroot -c "git clone https://aur.archlinux.org/python-vhdl-style-guide.git"
+ - su notroot -c "git clone [[https://aur.archlinux.org/python-vsg.git]]"
- cd python-vhdl-style-guide
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- vsg -h