skips authentication in pipelines file

This commit is contained in:
Zachary Boyd 2017-03-12 13:18:47 -04:00
parent b0cf886832
commit 63a4b91c7e

View file

@ -5,7 +5,7 @@ pipelines:
- step:
script:
- cp tor-sources.list /etc/apt/sources.list.d/tor.list
- apt update && apt install -y curl tor git
- apt update && apt install -y --allow-unauthenticated deb.torproject.org-keyring 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