summaryrefslogtreecommitdiff
path: root/bin/check
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-08-23 14:15:33 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-08-23 14:15:33 +0800
commitcb9b5447eb8cb8ae6535ebf90e5a5e9e724721bd (patch)
tree5fcc947f3c98c9021d4a21a338bf462ccba5d84b /bin/check
parent27ac932878d117d1cbffc0d190ed179f3353886c (diff)
downloadgitlab-shell-pb-remove-gitlab-keys.tar.gz
Remove gitlab-keys scriptpb-remove-gitlab-keys
Diffstat (limited to 'bin/check')
-rwxr-xr-xbin/check10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/check b/bin/check
index 2acee63..6d42f9b 100755
--- a/bin/check
+++ b/bin/check
@@ -29,14 +29,4 @@ rescue GitlabNet::ApiUnreachableError
abort "FAILED: Failed to connect to internal API"
end
-config = GitlabConfig.new
-
-abort("ERROR: missing option in config.yml") unless config.auth_file
-
-print "Access to #{config.auth_file}: "
-if system(File.dirname(__FILE__) + '/gitlab-keys', 'check-permissions')
- print 'OK'
-else
- abort "FAILED"
-end
puts "\n"