Skip to content

Commit

Permalink
fix: move GET_SDK_VERSION to before operator_full_registration
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Jan 27, 2025
1 parent eb0be8d commit 2f26627
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ test_go_retries:
__OPERATOR__:

operator_start:
$(GET_SDK_VERSION)
@echo "Starting Operator..."
go run operator/cmd/main.go start --config $(CONFIG_FILE) \
2>&1 | zap-pretty
Expand All @@ -195,7 +194,7 @@ operator_set_eigen_sdk_go_version_error:

operator_full_registration: operator_get_eth operator_register_with_eigen_layer operator_mint_mock_tokens operator_deposit_into_mock_strategy operator_whitelist_devnet operator_register_with_aligned_layer

operator_register_and_start: operator_full_registration operator_start
operator_register_and_start: $(GET_SDK_VERSION) operator_full_registration operator_start

build_operator: deps
$(GET_SDK_VERSION)
Expand Down

0 comments on commit 2f26627

Please sign in to comment.