require gitlab-shell v1.2.0 now
This commit is contained in:
parent
d6ac38133c
commit
53e54ddf8a
1 changed files with 2 additions and 2 deletions
|
@ -637,8 +637,8 @@ namespace :gitlab do
|
||||||
|
|
||||||
def check_gitlab_shell
|
def check_gitlab_shell
|
||||||
print "GitLab Shell version? ... "
|
print "GitLab Shell version? ... "
|
||||||
if gitlab_shell_version.strip == '1.1.0'
|
if gitlab_shell_version.strip == '1.2.0'
|
||||||
puts 'OK (1.1.0)'.green
|
puts 'OK (1.2.0)'.green
|
||||||
else
|
else
|
||||||
puts 'FAIL. Please update gitlab-shell to v1.1.0'.red
|
puts 'FAIL. Please update gitlab-shell to v1.1.0'.red
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue