From 0024c8e9ca2be6247457ba1a11d37367cc79fb78 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Wed, 6 Mar 2024 14:11:47 -0500 Subject: [PATCH] implement update script and docker build/push workflow 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 d7c17b91..36d068a1 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -85,4 +85,4 @@ elif (( usingSHA )); then traverse_examples "go get github.com/numaproj/numaflow-go@$commit_sha" "go mod tidy" elif (( usingHelp )); then show_help -fi \ No newline at end of file +fi