Skip to content

Commit

Permalink
update copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 20, 2024
1 parent b80b926 commit 943c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN mkdir -p ${AIRFLOW_HOME}/dags
COPY . .
RUN cp -r example_* ${AIRFLOW_HOME}/dags
RUN cp master_dag.py ${AIRFLOW_HOME}/dags/
COPY databricks ${AIRFLOW_HOME}/dags/
RUN cp databricks/example_databricks_workflow.py ${AIRFLOW_HOME}/dags/example_databricks_workflow.py
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

0 comments on commit 943c794

Please sign in to comment.