Skip to content

Commit 1324992

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

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 89a7202548462dfbb6946fda9978cfad3e77412b; \
19+
cd /opt/drupal/scripts/os2subsites_provision && git checkout 2a2df4c493d9a9d07f906be11f3dd3fa3783ce71; \
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)