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

Use right Gitlab CI var for Cypress branch name

parent 62ac6f1a
No related branches found
No related tags found
1 merge request!249Use right Gitlab CI var for Cypress branch name
Pipeline #25661 passed with stages
in 9 minutes and 33 seconds
...@@ -61,7 +61,7 @@ install-helmrelease: ...@@ -61,7 +61,7 @@ install-helmrelease:
- sed -i "s/office-cert/office-cert-nc$CI_MERGE_REQUEST_IID/" values-ci.yaml - sed -i "s/office-cert/office-cert-nc$CI_MERGE_REQUEST_IID/" values-ci.yaml
- | - |
echo -e "tests:\n cypress:\n projectId: $CYPRESS_PROJECT_ID\n recordKey: $CYPRESS_RECORD_KEY" >> values-ci.yaml echo -e "tests:\n cypress:\n projectId: $CYPRESS_PROJECT_ID\n recordKey: $CYPRESS_RECORD_KEY" >> values-ci.yaml
echo -e " commitInfo:\n branch: $CI_COMMIT_BRANCH\n message: $CI_COMMIT_TITLE\n author: $CI_COMMIT_AUTHOR\n sha: $CI_COMMIT_SHORT_SHA" >> values-ci.yaml echo -e " commitInfo:\n branch: $CI_COMMIT_REF_NAME\n message: $CI_COMMIT_TITLE\n author: $CI_COMMIT_AUTHOR\n sha: $CI_COMMIT_SHORT_SHA" >> values-ci.yaml
- cat values-ci.yaml - cat values-ci.yaml
- time kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true - time kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true
- time helm install --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml - time helm install --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml
......
## [0.10.21] - 2022-08-23
* Use right Gitlab CI var for Cypress branch name
## [0.10.20] - 2022-08-23 ## [0.10.20] - 2022-08-23
* Fix install error with multi-line commit message * Fix install error with multi-line commit message
......
...@@ -3,7 +3,7 @@ apiVersion: v2 ...@@ -3,7 +3,7 @@ apiVersion: v2
description: | description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice name: nextcloud-onlyoffice
version: 0.10.20 version: 0.10.21
appVersion: NC-24.0.2-OO-7.1.1.23 appVersion: NC-24.0.2-OO-7.1.1.23
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies: dependencies:
......
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