Create a Gitlab CI runner locally
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
Please register or sign in to comment