Skip to content

Commit e538a34

Browse files
authoredAug 22, 2016
Merge pull request #17 from qrntz/gitlab-workhorse
GitLab workhorse
2 parents 2455f83 + 05f6d5b commit e538a34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎conf.d/50gitlab

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ EOF"
8585

8686

8787
# fetch and compile gitlab-workhorse
88-
URL_WORKHORSE = "https://gitlab.com/gitlab-org/gitlab-workhorse"
88+
URL_WORKHORSE="https://gitlab.com/gitlab-org/gitlab-workhorse"
8989
exec_git "git clone $URL_WORKHORSE $GIT_HOME/gitlab-workhorse"
9090
exec_git "make -C $GIT_HOME/gitlab-workhorse"
9191

‎conf.d/90finish

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
source /usr/local/src/gitlab.conf
44

5+
service redis-server start
56
exec_git 'cd ~/gitlab && RAILS_ENV=production bundle exec rake assets:precompile'
7+
service redis-server stop
68

79
# cleanup
810
rm -rf $SRC/*

0 commit comments

Comments
 (0)