Skip to content

Commit 7c0408d

Browse files
committed
build: add refresh-patches step
1 parent 463c1f4 commit 7c0408d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ update-patches: FORCE
9090
scripts/update-patches.sh
9191
scripts/patch.sh
9292

93+
refresh-patches: FORCE
94+
@
95+
export $(GLUON_ENV)
96+
scripts/update.sh
97+
scripts/patch.sh
98+
scripts/update-patches.sh
99+
93100
update-feeds: FORCE
94101
@$(GLUON_ENV) scripts/feeds.sh
95102

0 commit comments

Comments
 (0)