diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-09-19 18:14:46 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2017-09-19 18:14:46 +0000 |
commit | 507d9e84d73618eb3793c4b82547874052fb7833 (patch) | |
tree | 1049e217a7c086509523bab241e38c22092438af | |
parent | 95eba3aa8a035049a97ec059d3fe83c679641257 (diff) | |
download | gitlab-ce-507d9e84d73618eb3793c4b82547874052fb7833.tar.gz |
Update _show.html.haml
-rw-r--r-- | app/views/projects/pipelines_settings/_show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml index 1f116c93192..21d01242c0e 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -6,6 +6,7 @@ %h5 Auto DevOps (Beta) %p Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration. + This will happen starting with the next event (e.g.: push) that occurs to the project. = link_to 'Learn more about Auto DevOps', help_page_path('topics/autodevops/index.md') - message = auto_devops_warning_message(@project) - if message |