We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d922c commit 815bb1eCopy full SHA for 815bb1e
build/int.cloudbuild.yaml
@@ -30,6 +30,7 @@ steps:
30
git fetch --unshallow
31
git diff origin/${_BASE_BRANCH} --name-only > _changed_files
32
sed 's:[^/]*$::' _changed_files > _changed_folders
33
+ sort -u _changed_folders
34
echo Changed folders:
35
cat _changed_folders
36
0 commit comments