aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 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"
bgstack15