From a4845e698b364b4f84bf55f2808da7c9a8e62506 Mon Sep 17 00:00:00 2001 From: Bart van Oort Date: Sun, 14 Jan 2024 00:47:24 +0100 Subject: [PATCH] Debug CI build --- .github/workflows/main.yml | 1 + dietpi/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5eeac82..c05c955 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: base_image: dietpi:rpi_armv8_bullseye cpu: cortex-a53 commands: | + set +x echo echo ">--------------------------------------------------------------------------------------------------<" echo "> Building Pi-DJ " diff --git a/dietpi/build.sh b/dietpi/build.sh index 4f916ff..ba7d1df 100755 --- a/dietpi/build.sh +++ b/dietpi/build.sh @@ -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.