# HG changeset patch # User Shinji KONO # Date 1513125285 -32400 # Node ID b7a774977345f5aa3401ed6d3f3d0bbfe652ef88 # Parent e5850e68be2246acf0218575a923bf9ade6cbe32# Parent e4da3cd39fede1a85ec8c91d56633ac90a8f0f2c fix diff -r e5850e68be22 -r b7a774977345 bitbucket-pipelines.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bitbucket-pipelines.yml Wed Dec 13 09:34:45 2017 +0900 @@ -0,0 +1,12 @@ +# This is a sample build configuration for Other. +# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples. +# Only use spaces to indent your .yml configuration. +# ----- +# You can specify a custom docker image from Docker Hub as your build environment. +# image: atlassian/default-image:latest + +pipelines: + default: + - step: + script: + - echo "Everything is awesome!" \ No newline at end of file