Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 9c8c2e6

Browse files
authored
[meta] fix yaml indent (#1698)
1 parent b1ba495 commit 9c8c2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/jobs.t/elastic+helm-charts+{branch}+integration-kibana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
unset VAULT_ROLE_ID VAULT_SECRET_ID
3434
set -x
3535
36-
BRANCH_NAME="%BRANCH%"
37-
cluster_name="helm-${KUBERNETES_VERSION//./}-${BRANCH_NAME//./}"
36+
BRANCH_NAME="%BRANCH%"
37+
cluster_name="helm-${KUBERNETES_VERSION//./}-${BRANCH_NAME//./}"
3838
3939
cd helpers/terraform/
4040
./in-docker make integration KUBERNETES_VERSION=${KUBERNETES_VERSION} CLUSTER_NAME=${cluster_name} SUITE=${KIBANA_SUITE} CHART=kibana

0 commit comments

Comments
 (0)