mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
when:manual was not a good idea
This commit is contained in:
parent
c1ecc7dc6a
commit
886ec78116
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ stages:
|
|||
|
||||
build-job:
|
||||
stage: build
|
||||
when: manual
|
||||
script:
|
||||
- make all
|
||||
artifacts:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue