Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 9248f74

Browse files
nfawbertgregharveydependabot[bot]DionisioFGDionisioCE
authored
Force drush version 10 for d8 pr devel (#59)
* Enabling VNC in ce-dev containers for Chrome output. (#40) * Bump path-parse from 1.0.6 to 1.0.7 (#41) Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixing truthy values pr 1.x (#45) * Adding NET_ADMIN capability to target containers. * Updating all instances of 'yes' to true and 'no' to false in Ansible templates. * Frontail: Including it by default (#50) Co-authored-by: Dionisio <dionisio.fernandez@codeenigma.com> * Update release files to match with the release (#53) * Release 1.1.16 - ce-provision Galaxy roles. * Repackaging due to ce-provision changes. * Statically set drush version 10 for drupal8 Co-authored-by: Greg Harvey <greg.harvey@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dionisio <dionisiofernandez83@gmail.com> Co-authored-by: Dionisio <dionisio.fernandez@codeenigma.com>
1 parent e02cf39 commit 9248f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/drupal8/ce-dev/ansible/deploy.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
force: false
4545
- name: Install drush.
4646
command:
47-
cmd: composer require drush/drush
47+
cmd: composer require drush/drush "^10.6.2"
4848
chdir: "{{ deploy_path }}"
4949
roles:
5050
- _init # Sets some variables the deploy scripts rely on.

0 commit comments

Comments
 (0)