Skip to content

Commit

Permalink
DO NOT LAND
Browse files Browse the repository at this point in the history
Debugging, committed to make act use it.

Skip-PR-comments: true
Run-GHA: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 16, 2024
1 parent 9544c74 commit a92f4f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ jobs:
id
id build || true
make CHROOT_NAME=\"$CHROOT_NAME\" \
DISTRO_VERSION=\"$DISTRO_VERSION\" chrootbuild"
DISTRO_VERSION=\"$DISTRO_VERSION\" chrootbuild
ls -l /var/lib/mock/$CHROOT_NAME"
if [ -e ci/rpm/build.sh ]; then
script="ci/rpm/build.sh"
fi
Expand Down Expand Up @@ -388,6 +389,7 @@ jobs:
-e JENKINS_URL="$JENKINS_URL" \
-e TARGET="$TARGET" \
mock-build bash -c "$script"
ls -l mock_result
# yamllint enable rule:line-length
- name: Build RPM failure log
id: build-rpm-fail-log
Expand Down

0 comments on commit a92f4f4

Please sign in to comment.