Skip to content

Commit

Permalink
chore(webapp): remove unused build args
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Oct 20, 2022
1 parent b837407 commit 2d69ba6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webapp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ build-docker: ./Dockerfile
--build-arg react_app_use_rewards="$(REACT_APP_USE_REWARDS)" \
--build-arg react_app_use_votes="$(REACT_APP_USE_VOTES)" \
--build-arg react_app_use_cpu_benchmark="$(REACT_APP_USE_CPU_BENCHMARK)" \
--build-arg react_app_use_block_producer_agreement_contract="$(REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT)" \
--build-arg react_app_hasura_url="$(REACT_APP_HASURA_URL)" \
--build-arg react_app_eos_api_network_name="$(REACT_APP_EOS_API_NETWORK_NAME)" \
--build-arg react_app_eos_api_network_label="$(REACT_APP_EOS_API_NETWORK_LABEL)" \
Expand All @@ -41,8 +40,6 @@ build-docker: ./Dockerfile
--build-arg react_app_eos_api_protocol="$(REACT_APP_EOS_API_PROTOCOL)" \
--build-arg react_app_eos_chain_id="$(REACT_APP_EOS_CHAIN_ID)" \
--build-arg react_app_eos_include_transaction='$(REACT_APP_EOS_INCLUDE_TRANSACTION)' \
--build-arg react_app_eos_default_exchange_rate="$(REACT_APP_EOS_DEFAULT_EXCHANGE_RATE)" \
--build-arg react_app_eos_default_exchange_rate_api="$(REACT_APP_EOS_DEFAULT_EXCHANGE_RATE_API)" \
--build-arg react_app_eos_use_bp_json_on_chain="$(REACT_APP_EOS_USE_BP_JSON_ON_CHAIN)" \
--build-arg react_app_eos_bp_json_on_chain_contract="$(REACT_APP_EOS_BP_JSON_ON_CHAIN_CONTRACT)" \
--build-arg react_app_eos_bp_json_on_chain_table="$(REACT_APP_EOS_BP_JSON_ON_CHAIN_TABLE)" \
Expand Down

0 comments on commit 2d69ba6

Please sign in to comment.