Skip to content

Commit

Permalink
Adding a positive example file for bitbucket-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Jul 7, 2023
1 parent dbd2560 commit dab2b93
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
options:
max-time: 30
docker: true
size: 2x

pipelines:
default:
- step:
name: Hello world example
script:
- echo "Hello, World!"

0 comments on commit dab2b93

Please sign in to comment.