Initial Bitbucket Pipelines configuration

0.4.6
Sergey Kalinin 2018-02-14 07:25:07 +00:00
parent c8c09d2a73
commit ee826d7c7d
1 changed files with 12 additions and 0 deletions

View File

@ -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: efrecon/tcl
pipelines:
default:
- step:
script:
- echo "Everything is awesome!"