Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Oct 8, 2023
1 parent f52c598 commit afb100c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@master
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml@aem-build-no-patches
with:
base-commit: '62819a6fdf58d3d3c47aff5096dea9fb88ce1d53'
patch-start: 0000
qubes-component: 'antievilmaid'
spec-pattern: '/^Source0:/'
spec-file: 'anti-evil-maid'
git-url: ${{ github.repository }}
5 changes: 5 additions & 0 deletions entry.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

sudo dnf install -y openssl python3-click python3-pathspec python3-packaging
cp shared/tests/builder-ci.yml builder.yml
shared/qb --debug --verbose -o git.prefix=$2 -c $1 package fetch prep build

0 comments on commit afb100c

Please sign in to comment.