I love CI

master
Dominika Liberda 2021-10-10 12:25:59 +02:00
parent 33a9b396e0
commit d537748ea7
1 changed files with 1 additions and 3 deletions

View File

@ -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}"