We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
returning following error steps.forEach is not a function when running the following
steps.forEach is not a function
command:
bbrun --template test-pipelines.yml
test-pipelines.yml
image: node:10.14.1 definitions: caches: node: node_modules steps: - step: &Test name: Run Tests caches: - node script: - npm run test:pipeline-ob - npm run test:pipeline-webauth pipelines: default: "**": - step: &Test
The text was updated successfully, but these errors were encountered:
I believe the default pipeline doesn't need to have "**". Removing that should fix your problem.
"**"
Sorry, something went wrong.
May have changed since this issue was created, but as it is currently it is not allowed to put any branch argument there. https://support.atlassian.com/bitbucket-cloud/docs/pipeline-start-conditions/#Default
No branches or pull requests
returning following error
steps.forEach is not a function
when running the followingcommand:
test-pipelines.yml
The text was updated successfully, but these errors were encountered: