From 414a5a8156b8179708216c68c62b6e3fc00c902f Mon Sep 17 00:00:00 2001 From: andriyun Date: Tue, 19 Apr 2022 16:51:43 +0200 Subject: [PATCH] Updated reference to subsite provisioner on os2web-subsites --- .docker/os2web-subsites/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/os2web-subsites/Dockerfile b/.docker/os2web-subsites/Dockerfile index c8bc98b5e..9b8b1b998 100644 --- a/.docker/os2web-subsites/Dockerfile +++ b/.docker/os2web-subsites/Dockerfile @@ -16,7 +16,7 @@ RUN set -eux; \ # Adding subsites provisioner script. RUN set -eux; \ git clone -n https://github.com/bellcom/os2subsite_provision.git /opt/drupal/scripts/os2subsites_provision; \ - cd /opt/drupal/scripts/os2subsites_provision && git checkout e1288f4a62ca94f191c17f9d497bd9fda9a82f61; \ + cd /opt/drupal/scripts/os2subsites_provision && git checkout 89a7202548462dfbb6946fda9978cfad3e77412b; \ ln -s /opt/drupal/scripts/os2subsites_provision/8.x/bc_subsites /opt/drupal/web/modules/custom/ # Adding further site specific data to image.