Skip to content

Commit

Permalink
ci: skip CI for new docs chart commits (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 12, 2023
1 parent 11735f3 commit 6a338ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .argo/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ spec:
- name: gitUrlNoProtocol
value: '{{workflow.parameters.gitUrlNoProtocol}}'
- name: commitMessage
# Please, be careful updating this message, it must comply with:
# github skip ci rule: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
# github skip ci rule: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
# gitlab skip ci rule: https://devops.stackexchange.com/questions/6809/is-there-a-ci-skip-option-in-gitlab-ci
# in case, the rule is disbaled or don't work this step will create a circular trigger of builds and bumps of version.
value: "setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version {{steps.get-updated-chart-version.outputs.result}} [skip ci]"
value: "setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version {{steps.get-updated-chart-version.outputs.result}} [skip ci] [CI SKIP]"

- - name: set-environment-version
templateRef:
Expand Down Expand Up @@ -171,4 +166,4 @@ spec:
- name: gitUrlNoProtocol
value: '{{workflow.parameters.gitUrlNoProtocol}}'
- name: commitMessage
value: 'setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version {{steps.get-updated-chart-version.outputs.result}}'
value: 'setting {{workflow.parameters.appName}} {{workflow.parameters.environment}} to chart version {{steps.get-updated-chart-version.outputs.result}} [skip ci] [CI SKIP]'
4 changes: 2 additions & 2 deletions charts/docs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 533ba6f
description: A Helm chart for Kubernetes
description: Kubefirst documentation Helm chart
name: docs
type: application
version: 0.19.0
version: 0.20.0

0 comments on commit 6a338ab

Please sign in to comment.