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 6483be2 commit 52b992eCopy full SHA for 52b992e
codefresh.yml
@@ -41,7 +41,7 @@ steps:
41
- 'apk update && apk add jq'
42
- 'export PACKAGE_VERSION=$(jq -r ".version" package.json)'
43
- "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"
+ - 'git tag | grep $PACKAGE_VERSION; if [ $? -eq 0 ]; then echo "Not running release flow because version has not changed"; else echo "running"; fi'
45
when:
46
branch:
47
only: [ master ]
0 commit comments