mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
12e748486c
commit
a980eda198
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue