Add ls
All checks were successful
Build Firmware / build (push) Successful in 19s

This commit is contained in:
2025-02-27 17:43:30 +01:00
parent ac6e59044d
commit f1b2d085d5

View File

@@ -11,4 +11,4 @@ then
fi
echo "Custom compilation..."
docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p ./compiled-firmware; rm ./compiled-firmware/*; cd /app && make -j && cp f4hwn* compiled-firmware/"
docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p ./compiled-firmware; rm ./compiled-firmware/*; cd /app && make -j && ls -lahr && cp f4hwn* compiled-firmware/"