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

Use CI_COMMIT_TITLE instead of multiline CI_COMMIT_MESSAGE

parent b4163aa9
No related branches found
No related tags found
1 merge request!248Use CI_COMMIT_TITLE instead of multiline CI_COMMIT_MESSAGE
Pipeline #25649 passed with stages
in 10 minutes and 4 seconds
......@@ -61,7 +61,7 @@ install-helmrelease:
- 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 " commitInfo:\n branch: $CI_COMMIT_BRANCH\n message: $CI_COMMIT_MESSAGE\n author: $CI_COMMIT_AUTHOR\n sha: $CI_COMMIT_SHORT_SHA" >> 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
- cat values-ci.yaml
- 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
......
## [0.10.20] - 2022-08-23
* Fix install error with multi-line commit message
## [0.10.19] - 2022-08-23
* Set Cypress env vars for git details
......
......@@ -3,7 +3,7 @@ apiVersion: v2
description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
version: 0.10.19
version: 0.10.20
appVersion: NC-24.0.2-OO-7.1.1.23
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
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