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 ea62ebe commit f8c05ecCopy full SHA for f8c05ec
build/int.cloudbuild.yaml
@@ -37,6 +37,7 @@ steps:
37
# Do not prune if changing tests themselves
38
_INFRA_FOLDERS="build test .github"
39
for d in _changed_folders; do
40
+ echo "${d%/}"
41
if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
42
echo "Infrastructure folders have changed; no tests will be pruned."
43
exit 0 # do not prune
0 commit comments