Skip to content
Snippets Groups Projects

Send hostname to Coordinator

Merged Kamil Trzcińśki requested to merge ayufan/gitlab-ci-runner:send-hostname into master
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
+ 6
0
@@ -17,6 +17,12 @@ module GitlabCi
end
end
def hostname
@config.fetch('hostname') do
Socket.gethostname
end
end
def token
@config['token']
end
Loading