From 310e671bab33523a386f9501bacee0743b3fe768 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sun, 16 Jun 2019 01:59:54 -0500 Subject: [PATCH] update CI/CD script to conform with new builder script --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ae3019..0e1e4af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: ubuntu:18.04 -before_script: - - apt update - - apt install python python3 wget sudo -y - stages: - Build @@ -14,4 +10,4 @@ Build LibreWolf: - ./build.sh artifacts: paths: - - "browser/librewolf*.tar.bz2" + - "browser/build_output"