Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Nov 13, 2024
1 parent 1bcc31c commit ddca984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,18 @@ jobs:
LOCATIONS=""
if [ "${{ steps.changed-files.outputs.hooli_data_eng_any_changed}}" == "true"]; then
LOCATIONS="$LOCATIONS --location-name data-eng-pipeline --image-tag=$IMAGE_TAG-data-eng-pipeline"
echo $LOCATIONS
fi
if [ "${{ steps.changed-files.outputs.hooli_basics_any_changed}}" == "true"]; then
LOCATIONS="$LOCATIONS --location-name basics --image-tag=$IMAGE_TAG-basics"
echo $LOCATIONS
fi
if [ "${{ steps.changed-files.outputs.hooli_batch_enrichment_any_changed}}" == "true"]; then
LOCATIONS="$LOCATIONS --location-name batch_enrichment --image-tag=$IMAGE_TAG-batch-enrichment"
fi
if [ "${{ steps.changed-files.outputs.hooli_snowflake_insights_any_changed}}" == "true"]; then
LOCATIONS="$LOCATIONS --location-name hooli_snowflake_insights --image-tag=$IMAGE_TAG-snowflake-insights"
echo $LOCATIONS
fi
if [ "${{ steps.changed-files.outputs.hooli-data-ingest_any_changed}}" == "true"]; then
LOCATIONS="$LOCATIONS --location-name hooli_data_ingest --image-tag=$IMAGE_TAG-hooli-data-ingest"
Expand Down

0 comments on commit ddca984

Please sign in to comment.