Merge branch 'rs-git-fetch-labels' into 'master'

Fix labels for git clone/git fetch Project CI setting



See merge request !2842
This commit is contained in:
Kamil Trzciński 2016-02-18 12:37:35 +00:00
commit c943dae6c1

View file

@ -119,13 +119,13 @@
.col-sm-offset-2.col-sm-10
%p Get recent application code using the following command:
.radio
= f.label :build_allow_git_fetch do
= f.label :build_allow_git_fetch_false do
= f.radio_button :build_allow_git_fetch, 'false'
%strong git clone
%br
%span.descr Slower but makes sure you have a clean dir before every build
.radio
= f.label :build_allow_git_fetch do
= f.label :build_allow_git_fetch_true do
= f.radio_button :build_allow_git_fetch, 'true'
%strong git fetch
%br