From 77b88879f2cf3e6224fa6b5b7d74f6a583bbfedf Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Mar 2017 13:16:07 -0400 Subject: [PATCH] renames pipelines file --- bitbucket-pipelines.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bitbucket-pipelines.yaml diff --git a/bitbucket-pipelines.yaml b/bitbucket-pipelines.yaml deleted file mode 100644 index bd81f70..0000000 --- a/bitbucket-pipelines.yaml +++ /dev/null @@ -1,13 +0,0 @@ -image: ubuntu:16.10 - -pipelines: - default: - - step: - script: - - cp tor-sources.list /etc/apt/sources.list.d/tor.list - - apt update && apt install -y curl tor git - - curl -sL https://deb.nodesource.com/setup_7.x > /tmp/node_install - - bash /tmp/node_install && apt install -y nodejs - - npm install - - bash /app/bin/get-timezone.sh > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata - - npm test \ No newline at end of file