Skip to content

Commit 4e0ecba

Browse files
committed
Remove changes for debugging
1 parent 053d0d3 commit 4e0ecba

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
YQ_VERSION: 'v4.35.2'
99
JQ_VERSION: '1.7'
1010
GH_CLI_VERSION: "2.29.0"
11-
STACK_VERSION: "7.17.28"
1211

1312
# Agent images used in pipeline steps
1413
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"

.buildkite/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ teardown_test_package() {
776776
}
777777

778778
list_all_directories() {
779-
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E '^(cloud_asset_inventory|bluecoat|elastic_package_registry)$'
779+
find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
780780
}
781781

782782
check_package() {

0 commit comments

Comments
 (0)