From 3f3538fe55072a67328e50696c6e1ccc02ba6e9a Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 24 Aug 2022 15:06:40 +0200 Subject: [PATCH] Quote COMMIT_INFO_SHA because it should not be an int https://open.greenhost.net/stackspin/nextcloud/-/merge_requests/244#note_50898 --- templates/tests/cypress-test-nc-oo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tests/cypress-test-nc-oo.yaml b/templates/tests/cypress-test-nc-oo.yaml index 6d712118..3844d6b6 100644 --- a/templates/tests/cypress-test-nc-oo.yaml +++ b/templates/tests/cypress-test-nc-oo.yaml @@ -72,7 +72,7 @@ spec: {{- end }} {{- if .Values.tests.cypress.commitInfo.sha }} - name: COMMIT_INFO_SHA - value: {{ .Values.tests.cypress.commitInfo.sha }} + value: "{{ .Values.tests.cypress.commitInfo.sha }}" {{- end }} {{- end }} - name: INSTALLED_APPS -- GitLab