From 650c551be3dcfece6f1665f7c11e1775131699c2 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 11 Feb 2019 14:17:55 +0100 Subject: [PATCH] .travis.yml: configure sftp export --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f08083d3c3..c34e3ea8a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,10 @@ matrix: - debhelper - dput - fakeroot + - python-bzrlib + - python-paramiko script: - - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder " -upload ppa:ethereum/ethereum + - go run build/ci.go debsrc -upload ppa:ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder " # This builder does the Linux Azure uploads - if: type = push