diff --git a/.github/workflows/deploy-dagster-cloud.yml b/.github/workflows/deploy-dagster-cloud.yml index 85518577..448e6dcf 100644 --- a/.github/workflows/deploy-dagster-cloud.yml +++ b/.github/workflows/deploy-dagster-cloud.yml @@ -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"