Skip to content

Commit 9bf0f44

Browse files
Itai GendlerItai Gendler
authored andcommitted
remove old release execution related to homebrew
1 parent cc59520 commit 9bf0f44

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

codefresh.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ steps:
3737
execute_release_pipeline:
3838
title: "Execute release pipeline in case version was changed"
3939
image: codefresh/cli
40-
fail_fast: false
4140
commands:
4241
- 'apk update && apk add jq'
4342
- 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
@@ -46,13 +45,3 @@ steps:
4645
when:
4746
branch:
4847
only: [ master ]
49-
50-
update_homebrew_formula:
51-
title: "Update Homebrew formula in case version was changed"
52-
image: codefresh/cli
53-
fail_fast: false
54-
commands:
55-
- "echo Updating Homebrew formula && codefresh run 5a6f1c9804e70e0001b3acad -b=master --detach"
56-
when:
57-
branch:
58-
only: [ master ]

0 commit comments

Comments
 (0)