From 63a4b91c7e1b6356ec55afb6380e681638801003 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Mar 2017 13:18:47 -0400 Subject: [PATCH] skips authentication in pipelines file --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index bd81f70..79f572b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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