Skip to content
Snippets Groups Projects
Commit d5d19011 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'link-job-script-examples' into 'master'

Link job script examples

See merge request !113
parents 5cbf02ff c5987e11
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,9 +35,11 @@
.col-sm-10
= job_form.text_area :commands, class: 'form-control', rows: 10, placeholder: "bundle exec rake spec"
%p.light
All lines will be concatenated in one file and executed.
All lines will be concatenated into one file and executed.
%br
If you change the working directory or the environment in one line - it will affect the next lines too
If you change the working directory or the environment this will affect all following lines too.
%br
= link_to("Example job scripts", "https://gitlab.com/gitlab-org/gitlab-ci/tree/master/doc/examples")
= job_form.link_to_remove "Remove this job", class: 'btn btn-danger pull-right'
%hr
.clearfix
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment