Skip to content

Commit

Permalink
Refactor and debug
Browse files Browse the repository at this point in the history
Required-githooks: true

#Pragmas from previous commit message:
Skip-PR-comments: true
Run-GHA: true
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 3, 2024
1 parent aa402eb commit 9d1731b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,16 @@ jobs:
continue-on-error: true
# yamllint disable rule:line-length
run: |
set -eux
rm -rf mock_result
mkdir -p mock_result
script="rm -rf artifacts/$TARGET/
mkdir -p artifacts/$TARGET/
make chrootbuild"
if [ -e ci/rpm/build.sh ]; then
script="ci/rpm/build.sh"
else
script="rm -rf artifacts/$TARGET/
mkdir -p artifacts/$TARGET/
make chrootbuild"
fi
echo "$script"
docker run --name mock-build-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.distro }}
--user build
-v "$PWD":"$PWD" -w "$PWD"
Expand Down

0 comments on commit 9d1731b

Please sign in to comment.