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 cc59520 commit 9bf0f44Copy full SHA for 9bf0f44
codefresh.yml
@@ -37,7 +37,6 @@ steps:
37
execute_release_pipeline:
38
title: "Execute release pipeline in case version was changed"
39
image: codefresh/cli
40
- fail_fast: false
41
commands:
42
- 'apk update && apk add jq'
43
- 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
@@ -46,13 +45,3 @@ steps:
46
45
when:
47
branch:
48
only: [ master ]
49
-
50
- update_homebrew_formula:
51
- title: "Update Homebrew formula in case version was changed"
52
- image: codefresh/cli
53
54
- commands:
55
- - "echo Updating Homebrew formula && codefresh run 5a6f1c9804e70e0001b3acad -b=master --detach"
56
- when:
57
- branch:
58
- only: [ master ]
0 commit comments