Skip to content

Commit

Permalink
Revert "Test with 8.16.0-SNAPSHOT"
Browse files Browse the repository at this point in the history
This reverts commit 1bcdf08.
  • Loading branch information
mrodm committed Sep 20, 2024
1 parent 1bcdf08 commit 64b9024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
YQ_VERSION: 'v4.35.2'
JQ_VERSION: '1.7'
GH_CLI_VERSION: "2.29.0"
STACK_VERSION: 8.16.0-SNAPSHOT

# Agent images used in pipeline steps
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ teardown_test_package() {
}

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

check_package() {
Expand Down

0 comments on commit 64b9024

Please sign in to comment.