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 2c054b0 commit 165675dCopy full SHA for 165675d
Makefile
@@ -40,7 +40,7 @@ netlify-fetch:
40
# fetch, because netlify does caching and we want to get the latest commits
41
git fetch --all
42
# checkout all release branches once, so we fetch the files
43
- for remote in $(shell git branch -r | grep release/); do \
+ for remote in $(shell git branch -r | grep -E 'release[/-]'); do \
44
git checkout --recurse-submodules "$${remote#origin/}" ; git pull; \
45
done
46
# go back to the initial commit to start the build
0 commit comments