mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 13:01:46 +00:00
dev -> prod
This commit is contained in:
parent
759a4ad60e
commit
10be205d20
@ -26,7 +26,7 @@ jobs:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_dev
|
||||
name: workflow_prod
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -46,7 +46,6 @@ jobs:
|
||||
run: |
|
||||
reorg_model_list=$(dbt list --select tag:reorg --resource-type model | awk -F'.' '{print $NF}' | tr '\n' ',' | sed 's/,$//')
|
||||
echo "::set-output name=model_list::$reorg_model_list"
|
||||
echo "{name}={value}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Execute block_reorg macro
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user