We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2455f83 + 05f6d5b commit e538a34Copy full SHA for e538a34
conf.d/50gitlab
@@ -85,7 +85,7 @@ EOF"
85
86
87
# fetch and compile gitlab-workhorse
88
-URL_WORKHORSE = "https://gitlab.com/gitlab-org/gitlab-workhorse"
+URL_WORKHORSE="https://gitlab.com/gitlab-org/gitlab-workhorse"
89
exec_git "git clone $URL_WORKHORSE $GIT_HOME/gitlab-workhorse"
90
exec_git "make -C $GIT_HOME/gitlab-workhorse"
91
conf.d/90finish
@@ -2,7 +2,9 @@
2
3
source /usr/local/src/gitlab.conf
4
5
+service redis-server start
6
exec_git 'cd ~/gitlab && RAILS_ENV=production bundle exec rake assets:precompile'
7
+service redis-server stop
8
9
# cleanup
10
rm -rf $SRC/*
0 commit comments