Skip to content

Commit 6668fb1

Browse files
Itai GendlerItai Gendler
authored andcommitted
update build flow
1 parent 52b992e commit 6668fb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codefresh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ steps:
3737
execute_release_pipeline:
3838
title: "Execute release pipeline in case version was changed"
3939
image: codefresh/cli
40+
fail_fast: false
4041
commands:
4142
- 'apk update && apk add jq'
4243
- 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
4344
- "echo Current version: $PACKAGE_VERSION"
44-
- 'git tag | grep $PACKAGE_VERSION; if [ $? -eq 0 ]; then echo "Not running release flow because version has not changed"; else echo "running"; fi'
45+
- "git tag $PACKAGE_VERSION && echo Running release pipeline && codefresh run 5a4c94d282ed4d00012b54e8 -b=master --detach"
4546
when:
4647
branch:
4748
only: [ master ]

0 commit comments

Comments
 (0)