We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da7027 commit 414a5a8Copy full SHA for 414a5a8
.docker/os2web-subsites/Dockerfile
@@ -16,7 +16,7 @@ RUN set -eux; \
16
# Adding subsites provisioner script.
17
RUN set -eux; \
18
git clone -n https://github.com/bellcom/os2subsite_provision.git /opt/drupal/scripts/os2subsites_provision; \
19
- cd /opt/drupal/scripts/os2subsites_provision && git checkout e1288f4a62ca94f191c17f9d497bd9fda9a82f61; \
+ cd /opt/drupal/scripts/os2subsites_provision && git checkout 89a7202548462dfbb6946fda9978cfad3e77412b; \
20
ln -s /opt/drupal/scripts/os2subsites_provision/8.x/bc_subsites /opt/drupal/web/modules/custom/
21
22
# Adding further site specific data to image.
0 commit comments