From eea42593952d7384a9b93f65d25ecbad9f4c3344 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Jun 2019 15:35:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcf986a..d0a1e91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ build:package: stage: compile image: registry.higherlearning.eu/personal/homelab/docker/arch-pkg-build script: - - sudo -u builduser bash -c 'ls' \ No newline at end of file + - sudo -u builduser bash -c 'makepkg -s' \ No newline at end of file