Skip to content

Commit

Permalink
Debug CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed Jan 13, 2024
1 parent 2a5a624 commit a4845e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
base_image: dietpi:rpi_armv8_bullseye
cpu: cortex-a53
commands: |
set +x
echo
echo ">--------------------------------------------------------------------------------------------------<"
echo "> Building Pi-DJ "
Expand Down
2 changes: 1 addition & 1 deletion dietpi/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -xe
# This script is meant to be run inside a DietPi image and expects to be within this Git repository (as it will look for certain files there)
# It installs the necessary packages and configs on top of DietPi to create the OS image for Pi-DJ.
# TODO: figure out how I can experiment with the resulting images without having to flash them onto an actual Pi.
Expand Down

0 comments on commit a4845e6

Please sign in to comment.