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

Merge branch 'add_home_to_upstart_config' into 'master'

Add HOME to the Upstart config example

This seems to be a good idea.

See merge request !12
parents 8819e4fe 22ae8e54
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,6 +24,7 @@ chdir /home/gitlab_ci_runner/gitlab-ci-runner
 
script
# optional: set PATH or other environment variables
# export PATH=/foo:/bar
# export PATH=/home/gitlab_ci_runner/.rvm/rubies/default/bin:$PATH
export HOME=/home/gitlab_ci_runner
exec bundle exec bin/runner
end script
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