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 3aa879d commit 52c9247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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_*" -exec rm {} \;
find . -name "example_*" ! -name "example_databricks_workflow" -exec rm {} \;
}

if [ "$1" == "-h" ]; then
Expand Down

0 comments on commit 52c9247

Please sign in to comment.