From 55f2aca4e49ce862a1297c455e5a3f44c1f46ed3 Mon Sep 17 00:00:00 2001 From: vatsrahul1001 Date: Wed, 21 Aug 2024 16:24:06 +0530 Subject: [PATCH] removing not required commands --- .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml index 34fc71e90..3819ab1b1 100644 --- a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml +++ b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml @@ -49,14 +49,8 @@ jobs: run: | git clone https://github.com/apache/airflow.git cp -r airflow/tests/system/providers/databricks . - ls -la databricks # List files to verify they were copied - cat databricks/example_databricks_workflow.py # Display content of a specific file - echo "Files copied successfully." - - - name: Run refactor script - working-directory: .circleci/integration-tests - run: | - python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py + python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py + cat databricks/example_databricks_workflow.py - name: deploy working-directory: .circleci/integration-tests