tabbed

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

commit e1613743df0feed039fd0056b0704aba99efe3b5
parent d676fa3ceeb00267a81cdbba47a2916ea5a9bdf7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Dec 2018 08:51:07 -0500

Fix apk argument order

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -3,7 +3,7 @@ build-alpine: stage: build image: alpine:edge before_script: - - apk --no-cache build-base add autoconf libx11-dev libxft-dev git + - apk --no-cache add build-base autoconf libx11-dev libxft-dev git script: - make artifacts: