From e00a86b489eef0a2f04b37545be25b7fa27a132a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 21 Nov 2021 00:32:13 +0100 Subject: [PATCH] bugfixes --- .gitlab-ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4ae324..ca0657f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: build-job: stage: build + when: manual script: - make all artifacts: diff --git a/README.md b/README.md index 5acf25d..e3e9ad7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Next step, if you have not done so already, you must create the build environmen cp librewolf-$(version)/lw-assets/bootstrap.py . python3 bootstrap.py --no-interactive --application-choice=browser ``` -It takes about an hour for me to complete, but it needs to be done only once. +It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Now we're ready to actually build LibreWolf: ```