From bf10329947a956b158617e0d79f2cfda76b841dd Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 4 May 2020 17:22:25 +0200 Subject: [PATCH] comment out the patching Signed-off-by: Matthias Wessendorf --- openshift/release/update-to-head.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/release/update-to-head.sh b/openshift/release/update-to-head.sh index 59d97a32de3..b01540d440a 100755 --- a/openshift/release/update-to-head.sh +++ b/openshift/release/update-to-head.sh @@ -19,7 +19,7 @@ git add openshift OWNERS_ALIASES OWNERS Makefile git commit -m ":open_file_folder: Update openshift specific files." # Apply patches . -git apply openshift/patches/* +# git apply openshift/patches/* make RELEASE=ci generate-release git commit -am ":fire: Apply carried patches."