diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-17 08:47:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-17 08:47:14 -0600 |
| commit | 0e1aa82507e9de6f9bf0d2bcd15dacdc59d7fe26 (patch) | |
| tree | 4e24044e709eae1d6f1b89ec2aa68925447cd5d8 /spec | |
| parent | 9aefbd3987b5cd559f4a1815c686fe96eae765ce (diff) | |
Update custom setup script
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/fixtures/php/composer/drupal-core/setup.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/php/composer/drupal-core/setup.sh b/spec/fixtures/php/composer/drupal-core/setup.sh index e945dd4..5c4e0cb 100644 --- a/spec/fixtures/php/composer/drupal-core/setup.sh +++ b/spec/fixtures/php/composer/drupal-core/setup.sh @@ -1,3 +1,7 @@ #!/bin/bash -l -composer install --no-cache --no-scripts --dev --verbose +set -ex + +dpkg -i /opt/toolcache/php*.deb +asdf reshim +composer install --no-cache --no-scripts --dev --verbose --ignore-platform-reqs |
