Hello all, I am currently setting me up a pipeline for our PHP project and for its purposes I am using
`
image: phpunit/phpunit:6.5.3
`
as a base image.
Thereafter, I am running the following minimum script:
`
pipelines:
branches: # Pipelines that run automatically on a commit to a branch
staging:
- step:
script:
- phpunit -c phpunit.xml
`
but getting the following error message:
`Cannot open file "/opt/atlassian/pipelines/agent/build/vendor/autoload.php".`
Any ideas would be more than helpful.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.