grim/wasdead

7ca33609b564
Parents 40fde058596a
Children 201028944eba
add a dead simple bitbucket-pipelines.yml that just does the build
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Fri Apr 05 21:12:36 2019 -0500
@@ -0,0 +1,7 @@
+image: golang:1.12
+pipelines:
+ default:
+ - step:
+ script:
+ - go build
+