Fix travis docker build.

This commit is contained in:
Dain Nilsson
2018-04-05 14:38:55 +02:00
parent eb9e642c52
commit 94e329907b
+2 -2
View File
@@ -41,7 +41,7 @@ after_success:
then
docker build -t xenial -f docker/xenial/Dockerfile .
id=$(docker create xenial)
docker cp $id:/python-fido-host-debian-packages.tar.gz deploy/python-fido-host-$TRAVIS_BRANCH-deb.tar.gz
docker cp $id:/python-fido2-debian-packages.tar.gz deploy/python-fido2-$TRAVIS_BRANCH-deb.tar.gz
fi
deploy:
@@ -53,6 +53,6 @@ deploy:
acl: public-read
region: eu-west-1
local-dir: "deploy/"
upload-dir: "python-fido-host"
upload-dir: "python-fido2"
on:
all_branches: true