diff options
author | Nick Thomas <nick@gitlab.com> | 2019-09-04 11:26:04 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-09-04 11:26:04 +0000 |
commit | eef909f835d737f168916b62dd36a41386bba58c (patch) | |
tree | df9dd591b0bcecfa1c7893223160b383781ebeb7 /bin/check | |
parent | c4791534719fc28e2501b4f5d9b5e9a7ca167a5a (diff) | |
parent | f52cffed5c0d0e9430fdc51d7e688cddd60a1ba2 (diff) | |
download | gitlab-shell-eef909f835d737f168916b62dd36a41386bba58c.tar.gz |
Merge branch 'pb-remove-gitlab-keys' into 'master'
Remove gitlab-keys script
See merge request gitlab-org/gitlab-shell!329
Diffstat (limited to 'bin/check')
-rwxr-xr-x | bin/check | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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" |