diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-23 12:10:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-23 12:10:04 +0000 |
commit | d67a86595f0866927815e0945bff032a35c76da9 (patch) | |
tree | 37a3100a473b7a562b065a69e21e24e155985f9a /app/helpers/ci | |
parent | a95a8847071680f16dbd7c0c0511f6492d00fc45 (diff) | |
download | gitlab-ce-d67a86595f0866927815e0945bff032a35c76da9.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, 0 insertions, 1 deletions
diff --git a/app/helpers/ci/pipeline_editor_helper.rb b/app/helpers/ci/pipeline_editor_helper.rb index 4dfe136c206..9bbc326a750 100644 --- a/app/helpers/ci/pipeline_editor_helper.rb +++ b/app/helpers/ci/pipeline_editor_helper.rb @@ -16,7 +16,6 @@ module Ci "ci-config-path": project.ci_config_path_or_default, "ci-examples-help-page-path" => help_page_path('ci/examples/index'), "ci-help-page-path" => help_page_path('ci/index'), - "commit-sha" => commit_sha, "default-branch" => project.default_branch_or_main, "empty-state-illustration-path" => image_path('illustrations/empty-state/empty-dag-md.svg'), "initial-branch-name" => initial_branch, |