diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 18:13:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 18:13:27 +0000 |
commit | 13f6669657483134a697b7ec7b701563165bc9d5 (patch) | |
tree | 4d6e9161ab8d060abcdc2a4c6180c9d8cb868b70 /app/helpers/ci | |
parent | 068b3a417794ab8506b2e149301b3a60c01df078 (diff) | |
download | gitlab-ce-13f6669657483134a697b7ec7b701563165bc9d5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/ci')
-rw-r--r-- | app/helpers/ci/pipeline_editor_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/ci/pipeline_editor_helper.rb b/app/helpers/ci/pipeline_editor_helper.rb index 9bbc326a750..bb7226da74e 100644 --- a/app/helpers/ci/pipeline_editor_helper.rb +++ b/app/helpers/ci/pipeline_editor_helper.rb @@ -20,6 +20,7 @@ module Ci "empty-state-illustration-path" => image_path('illustrations/empty-state/empty-dag-md.svg'), "initial-branch-name" => initial_branch, "lint-help-page-path" => help_page_path('ci/lint', anchor: 'validate-basic-logic-and-syntax'), + "lint-unavailable-help-page-path" => help_page_path('ci/pipeline_editor/index', anchor: 'configuration-validation-currently-not-available'), "needs-help-page-path" => help_page_path('ci/yaml/index', anchor: 'needs'), "new-merge-request-path" => namespace_project_new_merge_request_path, "pipeline_etag" => latest_commit ? graphql_etag_pipeline_sha_path(commit_sha) : '', |