Skip to content

Instantly share code, notes, and snippets.

@egeneralov
Created July 25, 2021 13:15
Show Gist options
  • Save egeneralov/179e6eddf945bc63c09b65f7b70bbf5a to your computer and use it in GitHub Desktop.
Save egeneralov/179e6eddf945bc63c09b65f7b70bbf5a to your computer and use it in GitHub Desktop.
dump info about gitlab-runner[s]
for runner in Ci::Runner.find_each
if runner.ip_address == "1.1.1.1"
print(runner.to_json, "\n")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment