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 3f1dbc0 commit e4d3159
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bikes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
set -e
#clientversion=$(echo $(helm version --client --short) | sed -n 's/.*Client: \(.*\)+.*/\1/p')
clientversion=$(helm version --client --short | cut -d' ' -f2)
serverversion=$(echo $(helm version --server --short) | sed -n 's/.*Server: \(.*\)+.*/\1/p')
echo $clientversion
serverversion=$(helm version --client --short | cut -d' ' -f2)
#serverversion=$(echo $(helm version --server --short) | sed -n 's/.*Server: \(.*\)+.*/\1/p')
echo serverversion
if [ ! -n "$serverversion" ]; then
echo "Please install Helm on the server!" 1>&2
exit 64
Expand Down

0 comments on commit e4d3159

Please sign in to comment.