Skip to content

Commit 4e52d0e

Browse files
committed
add missing teardown-workloads.sh makefile target
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 14338b4 commit 4e52d0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ move-bins:
3434
up:
3535
./scripts/up.sh
3636

37+
./PHONY: teardown-workloads
38+
teardown-workloads:
39+
./scripts/teardown-workloads.sh
40+
3741
./PHONY: pod-status-check
3842
pod-status-check:
3943
./scripts/pod-status-check.sh

0 commit comments

Comments
 (0)