Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tuli committed Nov 7, 2019
1 parent 1f00c2c commit ba0deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bikes.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
then
echo "Please install Helm on the server!" 1>&2
exit 64
elif [[ "$clientversion" != "$serverversion" ]];
elif [[ "$clientversion" == "$serverversion" ]];
then
echo "Versions are equal"
echo ::set-output name=result::
Expand Down

0 comments on commit ba0deec

Please sign in to comment.