Hi,
We seem to have 2 builds triggered for every commit we make, rather than the expected single build. Any ideas what may be the cause?
This is bitbucket-pipelines.yml
options:
docker: true
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- export TEST_NAME=yourTestName
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.