File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build and package QubesOS RC RPMs
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*-rc*'
7+
8+ jobs :
9+ qubes-dom0-package :
10+ uses : TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@master
11+ with :
12+ qubes-component : ' grub2'
13+ qubes-pkg-src-dir : ' .'
14+ qubes-pkg-version : ' 2.13'
15+ trigger-woodpecker-cicd :
16+ needs : antievilmaid
17+ uses : TrenchBoot/.github/.github/workflows/trigger-woodpecker-pipeline.yml@v1
18+ secrets :
19+ woodpecker-token : ${{ secrets.WOODPECKER_TOKEN }}
20+ with :
21+ api-url : ' https://ci.3mdeb.com'
22+ owner : ' zarhus'
23+ repo : ' trenchboot-release-cicd-pipeline'
24+ ref : ' master'
25+ inputs : >-
26+ --input GITHUB_REPO=grub
27+ --input GITHUB_SHA=${{ github.sha }}
28+ --input GITHUB_RUN_ID=${{ github.run_id }}
29+ --input QUBES_COMPONENT=grub2
30+ --input WORKFLOW=sign-and-publish-test-rpms
Original file line number Diff line number Diff line change 66 - ' intel-txt-aem*'
77 - ' xen-uefi'
88 tags :
9- - ' *'
9+ - ' **'
10+ - ' !v*-rc*'
1011
1112jobs :
1213 qubes-dom0-package :
You can’t perform that action at this time.
0 commit comments