From 2fa0b7d9367564668ed5a4f17f881c49441cc26c Mon Sep 17 00:00:00 2001 From: Jason Moore Date: Mon, 13 Sep 2021 18:02:23 -0400 Subject: [PATCH 1/2] Updating to PHP 7.4 image. --- .probo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.probo.yaml b/.probo.yaml index ddf7ed6d..dc7868cd 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -1,4 +1,4 @@ -image: proboci/ubuntu:18.04-php7.3 +image: proboci/ubuntu:18.04-php7.4 assets: - drupal9.sql.gz steps: @@ -23,4 +23,4 @@ steps: #- name: Enable stage file proxy # command: "drush --root=$SRC_DIR/docroot/ en stage_file_proxy -y && drush --root=$SRC_DIR/docroot/ cset stage_file_proxy.settings origin https://example.com -y" - name: Cache clear - command: "drush --root=$SRC_DIR/docroot/ cr" \ No newline at end of file + command: "drush --root=$SRC_DIR/docroot/ cr" From 9b877568bdb3caca9c90e9fc955e7c5001fef53d Mon Sep 17 00:00:00 2001 From: Jason Moore Date: Mon, 13 Sep 2021 18:06:19 -0400 Subject: [PATCH 2/2] kicking off a new build --- .probo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.probo.yaml b/.probo.yaml index dc7868cd..ff3bf5c6 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -2,7 +2,7 @@ image: proboci/ubuntu:18.04-php7.4 assets: - drupal9.sql.gz steps: - - name: Run composer install + - name: Run composer install. command: "composer install --working-dir=$SRC_DIR" - name: Probo site setup plugin: Drupal