Welcome to mirror list, hosted at ThFree Co, Russian Federation.

get_runner_setup.query.graphql « queries « graphql « runner_instructions « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0248a35e3f889eb9646699b1389020e23094134 (plain)
1
2
3
4
5
6
query runnerSetupInstructions($platform: String!, $architecture: String!) {
  runnerSetup(platform: $platform, architecture: $architecture) {
    installInstructions
    registerInstructions
  }
}