Skip to content

Commit 414a5a8

Browse files
committed
Updated reference to subsite provisioner on os2web-subsites
1 parent 2da7027 commit 414a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/os2web-subsites/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -eux; \
1616
# Adding subsites provisioner script.
1717
RUN set -eux; \
1818
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; \
19+
cd /opt/drupal/scripts/os2subsites_provision && git checkout 89a7202548462dfbb6946fda9978cfad3e77412b; \
2020
ln -s /opt/drupal/scripts/os2subsites_provision/8.x/bc_subsites /opt/drupal/web/modules/custom/
2121

2222
# Adding further site specific data to image.

0 commit comments

Comments
 (0)