summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCyril Rohr <cyril.rohr@gmail.com>2015-01-16 16:26:21 +0000
committerCyril Rohr <cyril.rohr@gmail.com>2015-01-18 17:55:48 +0000
commit5af05e3d3c4e824e6b04bed6e8e2c45788880df2 (patch)
tree4a0eeb66328a5da59c884ff87eff26c4985ed3f1 /bin
parentc9823b975562eb889d8a6a2a734f6cac208c9a72 (diff)
downloadgitlab-ce-5af05e3d3c4e824e6b04bed6e8e2c45788880df2.tar.gz
Use new way of defining services on packager.io
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkgr_before_precompile.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/pkgr_before_precompile.sh b/bin/pkgr_before_precompile.sh
index 283abb6a0cd..5a2007f4ab0 100755
--- a/bin/pkgr_before_precompile.sh
+++ b/bin/pkgr_before_precompile.sh
@@ -18,6 +18,3 @@ rm config/resque.yml
# Set default unicorn.rb file
echo "" > config/unicorn.rb
-
-# Required for assets precompilation
-sudo service postgresql start