diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-16 01:59:54 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-16 01:59:54 -0500 |
commit | 310e671bab33523a386f9501bacee0743b3fe768 (patch) | |
tree | 5148c6257255b78231d887259edf1572ea836b8b | |
parent | Add message explaining where built packages can be found (diff) | |
download | librewolf-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.yml | 6 |
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" |