Skip to content

Commit

Permalink
Update deploy-dagster-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Nov 13, 2024
1 parent 02dda40 commit 1bcc31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
changed_files=filtered_dirs=" ${{ steps.changed-files.outputs.hooli_data_eng_all_changed_files }} ${{ steps.changed-files.outputs.hooli_basics_all_changed_files }} ${{ steps.changed-files.outputs.hooli_batch_enrichment_all_changed_files }} ${{ steps.changed-files.outputs.hooli_snowflake_insights_all_changed_files }} ${{ steps.changed-files.outputs.hooli-data-ingest_all_changed_files }} ${{ steps.changed-files.outputs.hooli-bi_all_changed_files }}"
filtered_dirs=$(echo $changed_files | tr ' ' '\n' | xargs -n1 dirname | sort | uniq)
echo $IMAGE_TAG
echo $changed_files
echo $filtered_dirs
# needed for `dagster ci deploy` command, which needs one --location-name per code location.
Expand Down

0 comments on commit 1bcc31c

Please sign in to comment.