You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: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 toroot/vendor/acquia/blt/scripts/probo/
. We should adjust the included.probo.yaml
file to point to the correct path forsetup_environment.sh
.The text was updated successfully, but these errors were encountered: