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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql')
-rw-r--r--app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql b/app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql
deleted file mode 100644
index 1da4fa0a72b..00000000000
--- a/app/assets/javascripts/pipelines/graphql/queries/pipeline_stages_connection.fragment.graphql
+++ /dev/null
@@ -1,20 +0,0 @@
-fragment PipelineStagesConnection on CiConfigStageConnection {
- nodes {
- name
- groups {
- nodes {
- name
- jobs {
- nodes {
- name
- needs {
- nodes {
- name
- }
- }
- }
- }
- }
- }
- }
-}