Skip to content

Commit a5519ce

Browse files
Itai GendlerItai Gendler
authored andcommitted
add jq to release step
1 parent 1d25a07 commit a5519ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codefresh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ steps:
3838
title: "Execute release pipeline in case version was changed"
3939
image: codefresh/cli
4040
commands:
41+
- 'apk update && apk add jq'
4142
- 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
4243
- "echo Current version: $PACKAGE_VERSION"
4344
- "git tag | grep $PACKAGE_VERSION; if [ $? -eq 0 ]; then echo Running release pipeline && codefresh run 5a4c94d282ed4d00012b54e8 -b=master --detach; else echo Not running release flow because version has not changed; fi"

0 commit comments

Comments
 (0)