Skip to content
Snippets Groups Projects
Unverified Commit 3f3538fe authored by Varac's avatar Varac
Browse files

Quote COMMIT_INFO_SHA because it should not be an int

!244 (comment 50898)
parent e5e4170a
No related branches found
No related tags found
1 merge request!244Update Helm release rabbitmq to v10.3.1
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment