Skip to content
Snippets Groups Projects

Create a Gitlab CI runner locally

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Christos Christodoulopoulos
    Edited
    runner.sh 371 B
    # Download the java/scala runner https://github.com/nafg/gitlab-ci-runner-scala
    
    # Setup the runner
    java -cp gitlabci-runner.jar gitlab_ci_runner.runner.Setup
    # Provide the following URL
    # https://gitlab-beta.engr.illinois.edu/ci
    
    # Use the package-specific token (look in https://gitlab-beta.engr.illinois.edu/ci/projects)
    
    # Run the runner
    java -jar gitlabci-runner.jar
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment