Skip to content

Commit

Permalink
Test with another package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Aug 22, 2024
1 parent 99e4ec1 commit 5c2220e
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 @@ -757,7 +757,7 @@ teardown_test_package() {
}

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

check_package() {
Expand Down

0 comments on commit 5c2220e

Please sign in to comment.