From f92b6f13ff5b88a674fd1d338d0f35178a497053 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jan 2025 18:32:21 +1100 Subject: [PATCH] neoloc/master_fetch (#8) Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/8 --- ci/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 1fbcba1..19b7fe3 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -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/')