aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-16 01:59:54 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-16 01:59:54 -0500
commit310e671bab33523a386f9501bacee0743b3fe768 (patch)
tree5148c6257255b78231d887259edf1572ea836b8b
parentAdd message explaining where built packages can be found (diff)
downloadlibrewolf-linux-310e671bab33523a386f9501bacee0743b3fe768.tar.gz
librewolf-linux-310e671bab33523a386f9501bacee0743b3fe768.tar.bz2
librewolf-linux-310e671bab33523a386f9501bacee0743b3fe768.zip
update CI/CD script to conform with new builder script
-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