Skip to content

Commit

Permalink
fix(kurtosis): fix kurtosis enclave name when using gcp (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-bear authored Dec 7, 2024
1 parent 2ff1b19 commit 5e1da04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kurtosis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ start-gcp-devnet-no-build:

# Stops the running Kurtosis enclave on GCP
stop-gcp-devnet:
kurtosis enclave stop my-gcp-devnet
kurtosis enclave stop my-gcp-devnet2

# Stops and removes the specified Kurtosis enclave
reset-gcp-devnet:
$(MAKE) stop-gcp-devnet
kurtosis enclave rm my-gcp-devnet
kurtosis enclave rm my-gcp-devnet2

# Removes the specified Kurtosis enclave
rm-gcp-devnet:
kurtosis enclave rm my-gcp-devnet --force
kurtosis enclave rm my-gcp-devnet2 --force

# Stops the running Kurtosis enclave
stop-devnet:
Expand Down

0 comments on commit 5e1da04

Please sign in to comment.