We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf0f44 commit b68ae03Copy full SHA for b68ae03
codefresh.yml
@@ -36,6 +36,7 @@ steps:
36
37
execute_release_pipeline:
38
title: "Execute release pipeline in case version was changed"
39
+ fail_fase: false
40
image: codefresh/cli
41
commands:
42
- 'apk update && apk add jq'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.8.7",
+ "version": "0.8.8",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments