diff --git a/.circleci/integration-tests/script.sh b/.circleci/integration-tests/script.sh index 27326229a..4f969794e 100755 --- a/.circleci/integration-tests/script.sh +++ b/.circleci/integration-tests/script.sh @@ -69,11 +69,11 @@ cp -r "${PROJECT_PATH}"/pyproject.toml "${SCRIPT_PATH}"/astronomer-providers cp -r "${PROJECT_PATH}"/setup.cfg "${SCRIPT_PATH}"/astronomer-providers -RUN ls -la databricks +ls -la databricks # Copy examples for dag in $(find "${PROVIDER_PATH}" -type f -name 'example_*'); do cp "${dag}" "${SCRIPT_PATH}"; done; -RUN ls -la databricks +ls -la databricks # Build image and deploy BUILD_NUMBER=$(awk 'BEGIN {srand(); print srand()}') if [[ ${DEPLOYMENT_INSTANCE} == "astro-cloud" ]]; then