neoloc/master_fetch #8

Merged
unkinben merged 2 commits from neoloc/master_fetch into master 2025-01-25 18:32:22 +11:00
Showing only changes of commit 28e0a5b0ee - Show all commits

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/')