Skip to content

Commit c70c458

Browse files
authored
Update int.cloudbuild.yaml
1 parent 815bb1e commit c70c458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ steps:
3030
git fetch --unshallow
3131
git diff origin/${_BASE_BRANCH} --name-only > _changed_files
3232
sed 's:[^/]*$::' _changed_files > _changed_folders
33-
sort -u _changed_folders
33+
sort -u -o _changed_folders{,}
3434
echo Changed folders:
3535
cat _changed_folders
3636
3737
# Do not prune if changing tests themselves
38-
_INFRA_FOLDERS="build test .github"
38+
_INFRA_FOLDERS="build test/ .github/"
3939
for d in _changed_folders; do
4040
if [[ "${_INFRA_FOLDERS}" =~ "$d" ]]; then
4141
echo "Infrastructure folders have changed; no tests will be pruned."

0 commit comments

Comments
 (0)