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

Incorrect script path causes Probo builds to fail. #1824

Closed
jkaeser opened this issue Jul 21, 2017 · 0 comments
Closed

Incorrect script path causes Probo builds to fail. #1824

jkaeser opened this issue Jul 21, 2017 · 0 comments
Labels
Bug Something isn't working

Comments

@jkaeser
Copy link
Contributor

jkaeser commented Jul 21, 2017

Issue

BLT version: 8.9.0

When I use the included probo.yaml file to generate an environment, the build fails with the following output:

bash: line 6: /src/vendor/acquia/blt/scripts/probo/setup_environment: No such file or directory

I expected the default .probo.yaml configuration to build succesfully, provided I had supplied all necessary configuration.

Proposed Resolution

Early on in the build process the scripts are available at root/scripts/probo/, while later they are moved to root/vendor/acquia/blt/scripts/probo/. We should adjust the included .probo.yaml file to point to the correct path for setup_environment.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants