drupalci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drupalci.yml b/drupalci.yml index 3efceee6..55052cbc 100644 --- a/drupalci.yml +++ b/drupalci.yml @@ -10,8 +10,7 @@ build: container_command.commit-checks: commands: # Install rsync. - - sudo apt-get update - - sudo apt-get install rsync + - noninteractive apt-get update && apt-get install -y rsync # @todo Replace in favor of commit-code-check.sh once https://www.drupal.org/project/drupal/issues/3314100 lands. - modules/contrib/automatic_updates/scripts/commit-code-check.sh --drupalci halt-on-fail: true