[master] 7e6d4caa6 circleci: Fold pacman commands
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Wed Feb 16 10:35:05 UTC 2022
commit 7e6d4caa63c28e10f4586b709050c011b4ab15bb
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Wed Feb 16 11:33:01 2022 +0100
circleci: Fold pacman commands
Suggested by @gquintard.
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 776a13cd2..9707e08f1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -289,8 +289,7 @@ jobs:
tar \
sudo
elif [ << parameters.dist >> = archlinux ]; then
- pacman -Syu --noconfirm
- pacman -S --noconfirm \
+ pacman -Syu --noconfirm \
ca-certificates \
cpio \
git \
More information about the varnish-commit
mailing list