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 d569e8f commit 5f99004Copy full SHA for 5f99004
build/int.cloudbuild.yaml
@@ -39,7 +39,7 @@ steps:
39
while read d; do
40
echo "${d%/}"
41
echo "$_INFRA_FOLDERS"
42
- if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
+ if [[ "build test .github" =~ "${d%/}" ]]; then
43
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
44
exit 0 # do not prune
45
fi
0 commit comments