change default branch from main to master in .gitlab-ci.yml
This commit is contained in:
parent
30b5a4bf46
commit
76c934ba35
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- release
|
- release
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -50,7 +50,7 @@ Release:
|
||||||
- job: "Build"
|
- job: "Build"
|
||||||
artifacts: true
|
artifacts: true
|
||||||
only:
|
only:
|
||||||
- main
|
- master
|
||||||
except:
|
except:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
before_script:
|
before_script:
|
||||||
|
|
@ -135,4 +135,3 @@ Release:
|
||||||
- name: macOS aarch64 (sha256sum)
|
- name: macOS aarch64 (sha256sum)
|
||||||
link_type: other
|
link_type: other
|
||||||
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.mac.aarch64.dmg.sha256sum
|
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.mac.aarch64.dmg.sha256sum
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue