update CI/CD script to conform with new builder script

This commit is contained in:
BeatLink 2019-06-16 01:59:54 -05:00
parent 3cd8b2c3a5
commit 310e671bab

View file

@ -1,9 +1,5 @@
image: ubuntu:18.04 image: ubuntu:18.04
before_script:
- apt update
- apt install python python3 wget sudo -y
stages: stages:
- Build - Build
@ -14,4 +10,4 @@ Build LibreWolf:
- ./build.sh - ./build.sh
artifacts: artifacts:
paths: paths:
- "browser/librewolf*.tar.bz2" - "browser/build_output"