renames pipelines file

This commit is contained in:
Zachary Boyd 2017-03-12 13:16:07 -04:00
parent 8f6dfaa060
commit 77b88879f2

View file

@ -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