Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jan 18, 2024
1 parent c4bda36 commit 71a6b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
libmagickcore-dev libmagickwand-dev libssl-dev \
mercurial openssh-client p7zip-full ftp bison
sudo apt-get autoremove -y
sudo df -h
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ function cleanup {
}
trap cleanup EXIT

df -h
for profile in "${profiles[@]}"; do
profile_builddir="$builddir/$profile";
mkdir -p $profile_builddir; cd "$profile_builddir"
/repo/kiwi-build \
--debug \
--image-type=iso \
--image-profile="$profile" \
--kiwi-description-dir=/repo/ \
Expand Down

0 comments on commit 71a6b11

Please sign in to comment.