We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053d0d3 commit 4e0ecbaCopy full SHA for 4e0ecba
2 files changed
.buildkite/pipeline.yml
@@ -8,7 +8,6 @@ env:
8
YQ_VERSION: 'v4.35.2'
9
JQ_VERSION: '1.7'
10
GH_CLI_VERSION: "2.29.0"
11
- STACK_VERSION: "7.17.28"
12
13
# Agent images used in pipeline steps
14
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"
.buildkite/scripts/common.sh
@@ -776,7 +776,7 @@ teardown_test_package() {
776
}
777
778
list_all_directories() {
779
- find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E '^(cloud_asset_inventory|bluecoat|elastic_package_registry)$'
+ find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
780
781
782
check_package() {
0 commit comments