Skip to content

Commit

Permalink
[Ops] Fix missing endquote in ES Serverless generated json (#169024)
Browse files Browse the repository at this point in the history
## Summary
chore: fix missing end quote on generated json for ES Serverless snaphot
manifests
  • Loading branch information
delanni authored Oct 16, 2023
1 parent 1d2cd58 commit b61f570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [[ "${PUBLISH_MANIFEST:-}" =~ ^(1|true)$ && "$SOURCE_IMAGE_OR_TAG" =~ ^git-[0
"kibana_commit": "$BUILDKITE_COMMIT",
"kibana_branch": "$BUILDKITE_BRANCH",
"elasticsearch_serverless_tag": "$SOURCE_IMAGE_OR_TAG",
"elasticsearch_serverless_image_url: "$SOURCE_IMAGE",
"elasticsearch_serverless_image_url": "$SOURCE_IMAGE",
"elasticsearch_serverless_commit": "TODO: this currently can't be decided",
"elasticsearch_commit": "$ELASTIC_COMMIT_HASH",
"created_at": "`date`",
Expand Down

0 comments on commit b61f570

Please sign in to comment.