Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 21, 2024
1 parent b97d84d commit c90d7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/integration-tests/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c90d7cb

Please sign in to comment.