Skip to content

Instantly share code, notes, and snippets.

@n1c0l4stournier
Last active March 15, 2021 09:01
Show Gist options
  • Save n1c0l4stournier/e03726484bf4d589b1f1b101f80275eb to your computer and use it in GitHub Desktop.
Save n1c0l4stournier/e03726484bf4d589b1f1b101f80275eb to your computer and use it in GitHub Desktop.
Get Gitlab runner registration token
docker exec -it ${CONTAINER_ID} bash -c 'gitlab-rails runner -e production "puts Gitlab::CurrentSettings.current_application_settings.runners_registration_token"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment