diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-10 18:47:22 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-11 18:02:09 +0100 |
commit | 1e2a4895c803f4881ab63c1816141462fbfa6d2b (patch) | |
tree | 6b611a2715c76e39aba03295c71e41b37485bd37 /app/views/ci | |
parent | 3578153d3e838da92587fed88a608d9a5458c37c (diff) | |
download | gitlab-ce-1e2a4895c803f4881ab63c1816141462fbfa6d2b.tar.gz |
Finishing touches
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/shared/_guide.html.haml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/ci/shared/_guide.html.haml b/app/views/ci/shared/_guide.html.haml index ec768858669..09e7e653521 100644 --- a/app/views/ci/shared/_guide.html.haml +++ b/app/views/ci/shared/_guide.html.haml @@ -6,10 +6,8 @@ Add at least one runner to the project. Go to #{link_to 'Runners page', runners_path(@project), target: :blank} for instructions. %li - Put the .gitlab-ci.yml in the root of your repository. Examples can be found in #{link_to "Configuring project (.gitlab-ci.yml)", "http://doc.gitlab.com/ci/yaml/README.html", target: :blank}. + Put the .gitlab-ci.yml in the root of your repository. Examples can be found in + #{link_to "Configuring project (.gitlab-ci.yml)", "http://doc.gitlab.com/ci/yaml/README.html", target: :blank}. You can also test your .gitlab-ci.yml in the #{link_to "Lint", ci_lint_path} %li - Visit #{link_to 'GitLab project settings', @project.gitlab_url + "/services/gitlab_ci/edit", target: :blank} - and press the "Test settings" button. - %li Return to this page and refresh it, it should show a new build. |