Created
July 13, 2016 06:00
-
-
Save solidnerd/6d6d16869b7bb44b3d5751446c7ba804 to your computer and use it in GitHub Desktop.
Get GitLab Runner Token Automatically
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
#!/bin/bash | |
http POST https://gitlab.com/ci/api/v1/runners/register.json token=<registration token> -b | jq .token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment