Skip to content

Commit

Permalink
[CI] Fix serverless pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 4, 2024
1 parent 8ed29bf commit e6898d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ env:
KIND_VERSION: 'v0.20.0'
K8S_VERSION: 'v1.29.0'
GH_CLI_VERSION: "2.29.0"
YQ_VERSION: 'v4.44.3'

# Agent images used in pipeline steps
UBUNTU_X86_64_AGENT_IMAGE: "family/core-ubuntu-2204"

Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/test_packages_with_serverless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ with_go

echo "--- Install docker"
with_docker

echo "--- Install docker-compose"
with_docker_compose_plugin

Expand Down

0 comments on commit e6898d8

Please sign in to comment.