Skip to content
Snippets Groups Projects

Send description and tag_list during registration

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