From ee719dc8bb242e82755e6984169730de33da121a Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Fri, 5 Oct 2018 16:07:27 +0100 Subject: [PATCH] Issue #2974033 by jibran, Mile23, longwave: drupalci.yml no longer needs to re-run composer install --- core/drupalci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 66a3b121b46e..2085b9737b6b 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -5,11 +5,6 @@ build: assessment: validate_codebase: phplint: - # Re-run composer install to ensure the dependencies resolve for the - # containerized PHP version. - container_composer: - options: ' install --prefer-dist --no-suggest --no-progress --no-interaction' - halt-on-fail: true csslint: halt-on-fail: false eslint: -- GitLab