changed text banner to include correct mentioning of Auto DevOps and rest of sentence used similarly elsewhere
This commit is contained in:
parent
583f835e9a
commit
ef5b2e92c2
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
%h4
|
||||
Auto Dev Ops (Beta)
|
||||
%p
|
||||
Automated Dev Ops can be activated for this project. It will automatically run tests on your code based on a predefined set of rules.
|
||||
Auto Dev Ops can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.
|
||||
%p
|
||||
Learn more in the
|
||||
= link_to 'Auto Dev Ops documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer'
|
||||
= link_to 'Auto DevOps documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer'
|
||||
|
||||
= link_to 'Enable in settings', project_settings_ci_cd_path(@project), class: 'btn btn-primary js-close-callout'
|
||||
|
|
Loading…
Reference in a new issue