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

show.html.haml « pipeline_editor « ci « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10aed15f3801dd2339461e99aeba4e4c47745b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title s_('Pipelines|Pipeline Editor')

#js-pipeline-editor{ data: { "ci-config-path": @project.ci_config_path_or_default,
  "project-path" => @project.path,
  "project-full-path" => @project.full_path,
  "project-namespace" => @project.namespace.full_path,
  "default-branch" => @project.default_branch,
  "commit-sha" => @project.commit ? @project.commit.sha : '',
  "new-merge-request-path" => namespace_project_new_merge_request_path,
  "lint-help-page-path" => help_page_path('ci/lint', anchor: 'validate-basic-logic-and-syntax'),
  "yml-help-page-path" => help_page_path('ci/yaml/README'),
} }