tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit 4f47ff44e78ea3ee15fac05e28ca5adf49ea05c9
parent d0dd6b9e6709418cb00e3482ab3aebe1e9e8ca56
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 15 Dec 2018 15:07:33 +0100

Run pacman with --noconfirm

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build-arch: stage: build image: base/archlinux before_script: - - pacman -Syu base-devel autoconf libx11 libxft git + - pacman -Syu --noconfirm base-devel autoconf libx11 libxft git script: - make artifacts: