From 325db9f565441ef04d233b569cafc3d6c2b5c45f Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 18 May 2020 16:39:09 -0500 Subject: [PATCH] Add a note re: pinning drupal-check to a known stable version. --- .circleci/config.yml | 1 + defaults/install/.circleci/config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e86012b..94003734 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,7 @@ jobs: # rather than as part of the virtual environment, but this will have to do # for now. Also note, drupal-check is added as part of the-vagrant so it # is available to run within our VM. + # Note 2: drupal-check is pinned to a known stable version. - run: name: Install drupal-check command: | diff --git a/defaults/install/.circleci/config.yml b/defaults/install/.circleci/config.yml index ff29de60..91447774 100644 --- a/defaults/install/.circleci/config.yml +++ b/defaults/install/.circleci/config.yml @@ -48,6 +48,7 @@ jobs: # rather than as part of the virtual environment, but this will have to do # for now. Also note, drupal-check is added as part of the-vagrant so it # is available to run within our VM. + # Note 2: drupal-check is pinned to a known stable version. - run: name: Install drupal-check command: |