From 67e402674cbc0b40aa32a4bc5c4edf532254f8c2 Mon Sep 17 00:00:00 2001 From: lsm Date: Tue, 9 May 2017 20:07:48 -0700 Subject: [PATCH] Fix #1188 @solidnerd This is the change would allow me to build again. --- assets/build/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/build/install.sh b/assets/build/install.sh index 8029ea0c..30ee7d58 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -119,6 +119,7 @@ exec_as_git bundle install -j$(nproc) --deployment --without development test aw chown -R ${GITLAB_USER}: ${GITLAB_HOME} # gitlab.yml and database.yml are required for `assets:precompile` +exec_as_git cp ${GITLAB_INSTALL_DIR}/config/resque.yml.example ${GITLAB_INSTALL_DIR}/config/resque.yml exec_as_git cp ${GITLAB_INSTALL_DIR}/config/gitlab.yml.example ${GITLAB_INSTALL_DIR}/config/gitlab.yml exec_as_git cp ${GITLAB_INSTALL_DIR}/config/database.yml.mysql ${GITLAB_INSTALL_DIR}/config/database.yml