Skip to content

Commit

Permalink
chore(multichain-testing): remove starship repo from helm context on …
Browse files Browse the repository at this point in the history
…`make clean` (#10881)

refs: #10862

## Description

Updates the Makefile so that `make clean` now also removes starship repo from helm context. [Slack thread](https://agoricopco.slack.com/archives/C038E5369FT/p1737493536319709)

### Security Considerations

None

### Scaling Considerations

None

### Documentation Considerations

None

### Testing Considerations

None

### Upgrade Considerations

None
  • Loading branch information
mergify[bot] authored Feb 3, 2025
2 parents 1a00282 + 5cb7a33 commit 048a67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multichain-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install:
$(CURDIR)/scripts/install.sh --config $(FILE) --name $(NAME) --version $(HELM_VERSION)

delete:
-helm repo remove $(HELM_REPO)
-helm delete $(NAME)

###############################################################################
Expand Down

0 comments on commit 048a67c

Please sign in to comment.