From d537748ea7968b676ae1cecb75a9d1b2a281adec Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 10 Oct 2021 12:25:59 +0200 Subject: [PATCH] I love CI --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e3ded8..649448c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,10 +15,8 @@ variables: .tarball_build_config: &tarball_build_config stage: build - before_script: - - echo "Installing bash" - - xbps-install -Sy bash script: + - xbps-install -Sy bash - bash ./build_tarball.sh "${CI_PROJECT_DIR}/LibreWolf-${pkgver}-${pkgrel}.${CARCH}.tar.bz2" artifacts: name: "Librewolf-Tarball-${pkgver}-${pkgrel}-${CARCH}"