Created
July 25, 2021 13:15
-
-
Save egeneralov/179e6eddf945bc63c09b65f7b70bbf5a to your computer and use it in GitHub Desktop.
dump info about gitlab-runner[s]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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