Skip to content

Commit

Permalink
fix file cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 20, 2024
1 parent 943c794 commit 7f66917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
working-directory: .circleci/integration-tests
run: |
git clone https://github.com/apache/airflow.git
mkdir -p databricks
cp airflow/tests/system/providers/databricks/example_databricks_workflow.py databricks/
cp -r airflow/tests/system/providers/databricks .
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
Expand Down

0 comments on commit 7f66917

Please sign in to comment.