Skip to content

Commit 01e00b5

Browse files
install yq
1 parent f83789a commit 01e00b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/scripts/steps/validate-agentless-docker-image.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ setup_extract_sha() {
3030
else
3131
(cd serverless-gitops && git pull)
3232
fi
33+
34+
# Install yq for YAML parsing
35+
go install github.com/mikefarah/yq/[email protected]
3336
}
3437

3538
extract_sha() {

0 commit comments

Comments
 (0)