From 794e693dbbdd63ab46e0a107737073dd572b5a16 Mon Sep 17 00:00:00 2001 From: vatsrahul1001 Date: Tue, 20 Aug 2024 22:37:38 +0530 Subject: [PATCH] test --- .circleci/integration-tests/Dockerfile.astro_cloud | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index 78fdcb1c5..2d3270d20 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -5,6 +5,7 @@ ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False ENV AWS_NUKE_VERSION=v2.17.0 USER root +COPY . . RUN ls -la databricks RUN apt-get update -y \ && apt-get install -y software-properties-common \