Skip to content

Commit 7c0c256

Browse files
changes
Signed-off-by: chahat sagar <[email protected]>
1 parent 8c57e22 commit 7c0c256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if [[ "${runtime}" == "k8s" ]]; then
133133

134134
echo '::group:: run on Kubernetes'
135135
cd ./examples/oci
136-
bash ./examples/oci/deploy-all.sh clean
136+
bash ./deploy-all.sh clean
137137

138138
kubectl port-forward svc/jaeger-hotrod 8080:80 &
139139
HOTROD_PORT_FWD_PID=$!

0 commit comments

Comments
 (0)