add quotes in yaml to ensure commit has integrity (#161934)

## Summary

We received an alert on GPCTL that a kibana commit (9509425349) did
not exist, because it was being parsed as e4 (scientific representation)
which is not what we want 😅

So, in this PR i am making sure the hash is not being parsed in any
funny way.

Relevant slack thread:
https://elastic.slack.com/archives/C03PAKL2KLK/p1689264633036939
This commit is contained in:
Stavros Kroustouris 2023-07-14 23:09:00 +02:00 committed by GitHub
parent 12e748486c
commit a980eda198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ steps:
trigger: gpctl-promote
build:
env:
SERVICE_COMMIT_HASH: $GIT_ABBREV_COMMIT
SERVICE_COMMIT_HASH: "$GIT_ABBREV_COMMIT"
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/config.yaml
EOF