Skip to content

Commit

Permalink
Remove testing just one package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 28, 2024
1 parent e7c986b commit 68da185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ teardown_test_package() {
}

list_all_directories() {
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort |grep -E '^elastic_package_registry$'
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
}

check_package() {
Expand Down

0 comments on commit 68da185

Please sign in to comment.