We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebe86d commit d5d0121Copy full SHA for d5d0121
build_deploy.sh
@@ -47,6 +47,7 @@ _base_image_files_changed() {
47
48
local target_branch=${ghprbTargetBranch:-master}
49
50
+ # Use git to check for any non staged differences in the Base Image files
51
! git diff --quiet "$target_branch" -- "${BASE_IMAGE_FILES[@]}"
52
}
53
0 commit comments