update makefile for drop schema command

This commit is contained in:
drethereum 2025-05-20 15:42:26 -06:00
parent 4ab4725d9a
commit b1e32ead14

View File

@ -29,6 +29,7 @@ deploy_gha_tasks:
deploy_new_gha_tasks:
@set -e; \
dbt run-operation fsc_evm.drop_github_actions_schema; \
make deploy_gha_workflows_table DBT_TARGET=$(DBT_TARGET); \
dbt run -m "fsc_evm,tag:gha_tasks" --full-refresh -t $(DBT_TARGET); \
dbt run-operation fsc_evm.create_gha_tasks --vars '{"RESUME_GHA_TASKS":True}' -t $(DBT_TARGET)