Skip to content
Snippets Groups Projects
Unverified Commit 8b2ee825 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

fix: improve file filter for matching post-upgrade changes

parent 4b653c9e
No related branches found
No related tags found
No related merge requests found
Pipeline #15505914 passed
Loading
Loading
@@ -89,8 +89,7 @@
"if [ -x /usr/bin/post-renovate-upgrade.sh ]; then echo 'Running post-renovate-upgrade.sh'; /usr/bin/post-renovate-upgrade.sh '{{{depName}}}' '{{{packageFile}}}'; elif [ -x ./scripts/update-asdf-version-variables.sh ]; then echo 'failing back to legacy postUpgradeTasks...'; ./scripts/update-asdf-version-variables.sh; fi"
],
"fileFilters": [
"**/.*",
"**/*"
"{.*,**,.**,**/.*/**}"
],
"executionMode": "update"
}
Loading
Loading
@@ -156,7 +155,7 @@
"if find . -name *.req; then echo '.rej files found, patch failed'; exit 1; fi"
],
"fileFilters": [
".*"
"{.*,**,.**,**/.*/**}"
],
"executionMode": "update"
},
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment