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

Make CYPRESS_PROJECT_ID and CYPRESS_RECORD_KEY optional

parent cce026a4
No related branches found
No related tags found
1 merge request!244Update Helm release rabbitmq to v10.3.1
values-local.yaml
charts
*.swp
node_modules/
cypress/videos/
cypress/screenshots/
# Ignore local dev files
Taskfile.yaml
values-stackspin.yaml
values-local.yaml
......@@ -49,10 +49,14 @@ spec:
{{- end }}
- name: CYPRESS_ONLYOFFICE_URL
value: {{ .Values.onlyoffice.server_name }}
{{- if .Values.tests.cypress.projectId }}
- name: CYPRESS_PROJECT_ID
value: {{ .Values.tests.cypress.projectId }}
{{- end }}
{{- if .Values.tests.cypress.recordKey }}
- name: CYPRESS_RECORD_KEY
value: {{ .Values.tests.cypress.recordKey }}
{{- end }}
{{- if .Values.tests.cypress.commitInfo }}
{{- if .Values.tests.cypress.commitInfo.branch }}
- name: COMMIT_INFO_BRANCH
......
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