renames pipelines file

This commit is contained in:
Zachary Boyd 2017-03-12 13:17:32 -04:00
parent aa7268abeb
commit b0cf886832

View file

@ -1,13 +1,13 @@
# This is a sample build configuration for Javascript (Node.js).
# Check our guides at https://confluence.atlassian.com/x/14UWN 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: node:4.6.0
image: ubuntu:16.10
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
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