Commit 44d63b4c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

require gitlab:shell v1.3.0

parent ae2f5ecd
......@@ -655,10 +655,10 @@ namespace :gitlab do
def check_gitlab_shell
print "GitLab Shell version? ... "
if gitlab_shell_version.strip == '1.2.0'
puts 'OK (1.2.0)'.green
if gitlab_shell_version.strip == '1.3.0'
puts 'OK (1.3.0)'.green
else
puts 'FAIL. Please update gitlab-shell to v1.2.0'.red
puts 'FAIL. Please update gitlab-shell to v1.3.0'.red
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment