Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docksal/ci-agent v1.11.0 creates bitbucket pipeline code deployment issues for projects which use composer version 1 #77

Open
dvmanjunathdv opened this issue Jul 1, 2021 · 0 comments

Comments

@dvmanjunathdv
Copy link

In our project we were using image: docksal/ci-agent:edge-php which uses latest development version. And with recent docksal image release docksal/ci-agent v1.11.0 switches Composer version from v1 to v2 in the php flavor of the image. This created a problem with our project build and Drush unable to detect aliaseswhen doing acquia deployments.

Errors:

  1. Source build error
  • source build-env
    bash: build-env: No such file or directory
  1. Drush Could not find the alias @myproject.test.platform

What i observed was drush could not find alias was because of my project was using Composer v1 but docksal/ci-agent v1.11.0 release uses composer v2 this created an issue.

Temporary Workaround : Pinning image version to the previous stable release (1.10) instead of edge (which points to the dev version):image: docksal/ci-agent:1.10-php

Thanks
Manjunath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant