diff --git a/tests/example-files/hooks/positive/bitbucket-pipelines/bitbucket-pipelines.yml b/tests/example-files/hooks/positive/bitbucket-pipelines/bitbucket-pipelines.yml new file mode 100644 index 000000000..750be66b2 --- /dev/null +++ b/tests/example-files/hooks/positive/bitbucket-pipelines/bitbucket-pipelines.yml @@ -0,0 +1,11 @@ +options: + max-time: 30 + docker: true + size: 2x + +pipelines: + default: + - step: + name: Hello world example + script: + - echo "Hello, World!"