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