mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 14:06:53 +00:00
parent
15c83558ed
commit
0ccec04041
1
Makefile
1
Makefile
@ -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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.0.0-beta.78
|
||||
revision: v4.0.0-beta.79
|
||||
Loading…
Reference in New Issue
Block a user