From 59d553962e251d67efff0343d7637e9f14c150cb Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 10 Oct 2021 12:19:18 +0200 Subject: [PATCH] + add bash lmao --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc745bf..f747f9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ variables: .tarball_build_config: &tarball_build_config stage: build + before_script: + - xbps-install -Sy bash script: - ./build_tarball.sh "${CI_PROJECT_DIR}/LibreWolf-${pkgver}-${pkgrel}.${CARCH}.tar.bz2" artifacts: