changeset 772:b7a774977345

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 13 Dec 2017 09:34:45 +0900
parents e5850e68be22 (current diff) e4da3cd39fed (diff)
children 60942538dc41
files
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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