Skip to content

Commit

Permalink
change to make image
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 6, 2024
1 parent 30850ac commit 041f7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 041f7f8

Please sign in to comment.