comparison bitbucket-pipelines.yml @ 771:e4da3cd39fed

Initial Bitbucket Pipelines configuration
author shinji_kono <kono@ie.u-ryukyu.ac.jp>
date Wed, 13 Dec 2017 00:24:39 +0000
parents
children
comparison
equal deleted inserted replaced
767:0f8e3b962c13 771:e4da3cd39fed
1 # This is a sample build configuration for Other.
2 # Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
3 # Only use spaces to indent your .yml configuration.
4 # -----
5 # You can specify a custom docker image from Docker Hub as your build environment.
6 # image: atlassian/default-image:latest
7
8 pipelines:
9 default:
10 - step:
11 script:
12 - echo "Everything is awesome!"