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

ci_instance_variable.fragment.graphql « fragments « graphql « ci_variable_list « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbf18b19c118737c9910afcab6029fa56ebfae21 (plain)
1
2
3
4
5
6
fragment BaseCiInstanceVariable on CiInstanceVariable {
  description
  protected
  masked
  raw
}