From 886ec78116861b09533568f47345817067493f8d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 21 Nov 2021 00:49:35 +0100 Subject: [PATCH] when:manual was not a good idea --- .gitlab-ci.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca0657f..c4ae324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: build-job: stage: build - when: manual script: - make all artifacts: diff --git a/README.md b/README.md index bb75c5d..26fc055 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Building LibreWolf from source: -First, let's [download the latest version](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it. +First, let's [download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it. ``` export version=$(cat version) mkdir build