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

This commit is contained in:
2025-01-25 17:21:30 +11:00
parent 7a1d25f3b6
commit 27da21cfab
3 changed files with 14 additions and 19 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/')