From 2ee89185e448f092921e16d6239fda5f6897d55a Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Tue, 6 Jun 2017 16:08:25 +0900
Subject: [PATCH] Remove bitbucket-pipelines.yml

---
 bitbucket-pipelines.yml | 48 -----------------------------------------
 1 file changed, 48 deletions(-)
 delete mode 100644 bitbucket-pipelines.yml

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
deleted file mode 100644
index 8899437..0000000
--- a/bitbucket-pipelines.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-pipelines:
-  branches:
-    master:
-      - step:
-          image: ubuntu:14.04
-          script:
-            - sh scripts/build-docker.sh ubuntu
-            - cat transfer.log
-  custom:
-    build-ubuntu:
-      - step:
-          image: ubuntu:14.04
-          script:
-            - sh scripts/build-docker.sh ubuntu
-            - cat transfer.log
-    build-fedora:
-      - step:
-          image: fedora:20
-          script:
-            - sh scripts/build-docker.sh fedora
-            - cat transfer.log
-    build-opensuse:
-      - step:
-          image: opensuse:42.1
-          script:
-            - sh scripts/build-docker.sh opensuse
-            - cat transfer.log
-    build-archlinux:
-      - step:
-          image: base/archlinux:latest
-          script:
-            - sh scripts/build-docker.sh archlinux
-            - cat transfer.log
-    build-snap:
-      - step:
-          image: ubuntu:16.04
-          script:
-            - sh scripts/build-docker.sh snap
-            - cat transfer.log
-    build-appimage:
-      - step:
-          image: ubuntu:14.04
-          script:
-            # Require?: docker run with --cap-add SYS_ADMIN --device /dev/fuse
-            - echo 'appimage build is disabled currently'
-            - exit 1
-            - sh scripts/build-docker.sh appimage
-            - cat transfer.log
-- 
GitLab