Refactor plugin & version subcommands (#1359)
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ check_gitcommit_version() {
|
||||
while true
|
||||
do
|
||||
# ensure we run tests against with the same git commit version of CLI & server
|
||||
ip=$(fission --version|grep "GitCommit"|tr -d ' '|uniq -c|grep "2 GitCommit")
|
||||
ip=$(fission version|grep "GitCommit"|tr -d ' '|uniq -c|grep "2 GitCommit")
|
||||
if [ $? -eq 0 ]; then
|
||||
break
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user