Skip to content

Commit

Permalink
adding debug statement to test if file copied correct
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 20, 2024
1 parent 17b8723 commit 02b5c30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,16 @@ jobs:
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."
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
- name: Run refactor script
working-directory: .circleci/integration-tests
run: |
ls -la databricks
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
- name: deploy
working-directory: .circleci/integration-tests
run: |
ls -la
echo "deploying ${{ inputs.git_rev }} to ${{ inputs.environment_to_deploy }}"
bash script.sh astro-cloud \
${{ secrets.docker_registry }} \
Expand Down

0 comments on commit 02b5c30

Please sign in to comment.