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 c90d7cb commit e600766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/integration-tests/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function clean() {
[[ -f ${SCRIPT_PATH}/setup.cfg ]] && rm "${SCRIPT_PATH}"/setup.cfg
[[ -f ${SCRIPT_PATH}/packages.txt ]] && rm "${SCRIPT_PATH}"/packages.txt
[[ -f ${SCRIPT_PATH}/requirements.txt ]] && rm "${SCRIPT_PATH}"/requirements.txt
find . -name "example_*" ! -name "example_databricks_workflow" -exec rm {} \;
# find . -name "example_*" ! -name "example_databricks_workflow" -exec rm {} \;
}

if [ "$1" == "-h" ]; then
Expand All @@ -60,15 +60,15 @@ else
exit 1
fi

clean
#clean

# Copy source files
mkdir "${SCRIPT_PATH}"/astronomer-providers
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


echo "Listing contents of the databricks directory:"
ls -la databricks
# Copy examples
for dag in $(find "${PROVIDER_PATH}" -type f -name 'example_*'); do cp "${dag}" "${SCRIPT_PATH}"; done;
Expand Down

0 comments on commit e600766

Please sign in to comment.