diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-23 15:43:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-23 16:15:58 +0100 |
commit | eaa2480195d27ff3f1efd325b149da0668c63708 (patch) | |
tree | 7d548537eff1bb2a831129c71ad2e2b621066f72 /bin | |
parent | ec5e2c47f736c075e6dafd1ed63860287f596077 (diff) |
Remove Open311 endpoint to separate repo.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install_perl_modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index d757facb6..74b30fbdd 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,7 +4,7 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd | sed -e 's/\/bin$//' )" -$DIR/vendor/bin/carton install --deployment --without uk --without zurich --without open311-endpoint +$DIR/vendor/bin/carton install --deployment --without uk --without zurich if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then |