diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-12 16:32:26 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-12 16:32:26 -0500 |
commit | 70c51308c5bc0dddad47abbe4ad6be06ed620729 (patch) | |
tree | cee44c78bf89bd32dfde90d23caa8f48714fba63 /.gitlab-ci.yml | |
parent | Fix Broken CI/CD (diff) | |
download | librewolf-linux-70c51308c5bc0dddad47abbe4ad6be06ed620729.tar.gz librewolf-linux-70c51308c5bc0dddad47abbe4ad6be06ed620729.tar.bz2 librewolf-linux-70c51308c5bc0dddad47abbe4ad6be06ed620729.zip |
Fix CI/CD Script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 016da87..6ae3019 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: ubuntu:18.04 before_script: - apt update - - apt install python python3 wget -y + - apt install python python3 wget sudo -y stages: - Build |