Split Deploy related information to own class
Move the following methods: * `Build::Info.deploy_env_key` => `Build::Info::Deploy.environment_key` * `Build::Info.deploy_env` => `Build::Info::Deploy.environment` Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8063 Signed-off-by:Balasankar "Balu" C <balasankar@gitlab.com>
parent
0ea6a9e0
No related branches found
No related tags found
Showing
- lib/gitlab/build/info.rb 0 additions, 30 deletionslib/gitlab/build/info.rb
- lib/gitlab/build/info/deploy.rb 37 additions, 0 deletionslib/gitlab/build/info/deploy.rb
- lib/gitlab/tasks/gitlab_com.rake 3 additions, 2 deletionslib/gitlab/tasks/gitlab_com.rake
- spec/lib/gitlab/build/info/deploy_spec.rb 59 additions, 0 deletionsspec/lib/gitlab/build/info/deploy_spec.rb
- spec/lib/gitlab/build/info_spec.rb 0 additions, 49 deletionsspec/lib/gitlab/build/info_spec.rb
lib/gitlab/build/info/deploy.rb
0 → 100644
spec/lib/gitlab/build/info/deploy_spec.rb
0 → 100644
Please register or sign in to comment