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 52c9247 commit b97d84d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/integration-tests/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ cp -r "${PROJECT_PATH}"/astronomer "${SCRIPT_PATH}"/astronomer-providers
cp -r "${PROJECT_PATH}"/pyproject.toml "${SCRIPT_PATH}"/astronomer-providers
cp -r "${PROJECT_PATH}"/setup.cfg "${SCRIPT_PATH}"/astronomer-providers


RUN 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
# Build image and deploy
BUILD_NUMBER=$(awk 'BEGIN {srand(); print srand()}')
if [[ ${DEPLOYMENT_INSTANCE} == "astro-cloud" ]]; then
Expand Down

0 comments on commit b97d84d

Please sign in to comment.