Skip to content

Commit

Permalink
removing not required commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 21, 2024
1 parent 7442a54 commit 55f2aca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55f2aca

Please sign in to comment.