diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-31 12:37:09 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-31 12:37:09 -0300 |
commit | abcdbe2d5e0e30b1cb158633af2821b111a8980a (patch) | |
tree | c94f2617a3c9ef978f630321b4193e932d453ae5 /doc/articles | |
parent | 1016b23efc13ac095c8ca13937c16b97abee1639 (diff) | |
download | gitlab-ce-abcdbe2d5e0e30b1cb158633af2821b111a8980a.tar.gz |
fixes docs lintdocs-article-laravel-with-ci-and-envoy
Diffstat (limited to 'doc/articles')
-rw-r--r-- | doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md index e0cdf441576..946f20c5f18 100644 --- a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md +++ b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md @@ -420,7 +420,7 @@ RUN apt-get clean RUN docker-php-ext-install mcrypt pdo_mysql zip # Install Composer -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer +RUN curl --silent --show-error https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Install Laravel Envoy RUN composer global require "laravel/envoy=~1.0" |