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 fcbc0d4 commit 7994032Copy full SHA for 7994032
.codefresh/codefresh.yaml
@@ -34,7 +34,7 @@ steps:
34
title: 'validate package version equal VERSION file'
35
image: node:alpine
36
commands:
37
- - if [ $VERSION != $FILE_VERSION ]] ; then exit 1 ; else echo "version are equal"; fi;
+ - if [ $VERSION != $FILE_VERSION ] ; then exit 1 ; else echo "version are equal"; fi;
38
when:
39
steps:
40
- name: calculate_version
0 commit comments