Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 20, 2024
1 parent 02b5c30 commit 61224b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ RUN pip install astronomer-starship-provider

RUN mkdir -p ${AIRFLOW_HOME}/dags
COPY . .
ls -la databricks
RUN cp -r example_* ${AIRFLOW_HOME}/dags
RUN cp master_dag.py ${AIRFLOW_HOME}/dags/
RUN cp databricks/example_databricks_workflow.py ${AIRFLOW_HOME}/dags/example_databricks_workflow.py
COPY databricks ${AIRFLOW_HOME}/dags/
RUN cp astronomer_migration_dag.py ${AIRFLOW_HOME}/dags/
RUN cp nuke-config.yml ${AIRFLOW_HOME}/dags/
# we have an issue with connexion==3.0.0, so for now pinning previous stable version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: deploy
working-directory: .circleci/integration-tests
run: |
ls -la databricks
echo "deploying ${{ inputs.git_rev }} to ${{ inputs.environment_to_deploy }}"
bash script.sh astro-cloud \
${{ secrets.docker_registry }} \
Expand Down

0 comments on commit 61224b6

Please sign in to comment.