diff --git a/.probo.yaml b/.probo.yaml index ddf7ed6d..ff3bf5c6 100644 --- a/.probo.yaml +++ b/.probo.yaml @@ -1,8 +1,8 @@ -image: proboci/ubuntu:18.04-php7.3 +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 @@ -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"