Skip to content

Commit

Permalink
revert Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyzags committed Nov 10, 2024
1 parent baa386a commit dc552b2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,28 +171,6 @@ proto_clean_pulsar: ## TODO_TECHDEBT(@bryanchriswhite): Add a proper explanation
.PHONY: proto_regen
proto_regen: proto_clean proto_ignite_gen proto_fix_self_import ## Regenerate protobuf artifacts

########################
### Localnet Helpers ###
########################

.PHONY: localnet_relayminer1_ping
localnet_relayminer1_ping:
@echo "Pinging relayminer 1..."
@curl -X GET localhost:7001 || (echo "Failed to ping relayminer1. Make sure your localnet environment or your relayminer pod is up and running"; exit 1)
@echo "OK"

.PHONY: localnet_relayminer2_ping
localnet_relayminer2_ping:
@echo "Pinging relayminer 2..."
@curl -X GET localhost:7002 || (echo "Failed to ping relayminer2. Make sure your localnet environment or your relayminer pod is up and running"; exit 1)
@echo "OK"

.PHONY: localnet_relayminer3_ping
localnet_relayminer3_ping:
@echo "Pinging relayminer 3..."
@curl -X GET localhost:7003 || (echo "Failed to ping relayminer3. Make sure your localnet environment or your relayminer pod is up and running"; exit 1)
@echo "OK"

#######################
### Docker Helpers ###
#######################
Expand Down

0 comments on commit dc552b2

Please sign in to comment.