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 71c4f4f commit 4edbf45Copy full SHA for 4edbf45
build/int.cloudbuild.yaml
@@ -36,7 +36,8 @@ steps:
36
37
# Do not prune if changing tests themselves
38
_INFRA_FOLDERS="build test .github"
39
- while read _changed_folders; do
+ while read _changed_folders; do
40
+ echo "${_changed_folders%/}"
41
if [[ "${_INFRA_FOLDERS}" =~ "${_changed_folders%/}" ]]; then
42
echo "Infrastructure folder ${_changed_folders%/} has changed; no tests will be pruned."
43
exit 0 # do not prune
0 commit comments