From 041f7f8547a9818b2f60842f7753fc077f77103b Mon Sep 17 00:00:00 2001 From: a3hadi Date: Wed, 6 Mar 2024 13:54:52 -0500 Subject: [PATCH] change to make image Signed-off-by: a3hadi --- update_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_examples.sh b/update_examples.sh index cd963d4a..d7c17b91 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -80,7 +80,7 @@ if [ -n "$commit_sha" ]; then fi if (( usingBuild )); then - traverse_examples "make clean" + traverse_examples "make image" elif (( usingSHA )); then traverse_examples "go get github.com/numaproj/numaflow-go@$commit_sha" "go mod tidy" elif (( usingHelp )); then