diff options
author | Cyril Rohr <cyril.rohr@gmail.com> | 2015-01-16 16:26:21 +0000 |
---|---|---|
committer | Cyril Rohr <cyril.rohr@gmail.com> | 2015-01-18 17:55:48 +0000 |
commit | 5af05e3d3c4e824e6b04bed6e8e2c45788880df2 (patch) | |
tree | 4a0eeb66328a5da59c884ff87eff26c4985ed3f1 /bin | |
parent | c9823b975562eb889d8a6a2a734f6cac208c9a72 (diff) | |
download | gitlab-ce-5af05e3d3c4e824e6b04bed6e8e2c45788880df2.tar.gz |
Use new way of defining services on packager.io
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkgr_before_precompile.sh | 3 |
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 |