test: debug
Build / build (pull_request) Successful in 5s

This commit is contained in:
2025-01-25 17:21:30 +11:00
parent 7a1d25f3b6
commit febfb1ecc9
3 changed files with 13 additions and 14 deletions
-1
View File
@@ -1,7 +1,6 @@
#!/bin/bash
# Check for changes in images/ folder and the builds/ folder
git fetch origin master:master
if [ "$(git branch --show-current)" = "master" ]; then
builds_changes=$(git diff --name-only HEAD^...master | grep -E '^builds/')
images_changes=$(git diff --name-only HEAD^...master | grep -E '^images/')