Skip to content

Commit f330ea6

Browse files
committed
Adding a positive example file for bitbucket-pipelines.yml
1 parent a8e7ceb commit f330ea6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
options:
2+
max-time: 30
3+
docker: true
4+
size: 2x
5+
6+
pipelines:
7+
default:
8+
- step:
9+
name: Hello world example
10+
script:
11+
- echo "Hello, World!"

0 commit comments

Comments
 (0)