Don't use dist dir for debian pkgs

This commit is contained in:
Markus Unterwaditzer 2017-09-02 19:20:15 +02:00
parent ab798568ac
commit ebafa3b69b

View file

@ -14,8 +14,7 @@ docker build \
-t $name \
"$context"
rm -f dist/pkgs/*.deb
mkdir -p dist/
docker run $name tar -c -C /vdirsyncer pkgs | tar x -C dist/
docker run $name tar -c -C /vdirsyncer pkgs | tar x -C "$context"
package_cloud push pimutils/vdirsyncer/$distro/$distrover $context/pkgs/*.deb
rm -rf "$context"
package_cloud push pimutils/vdirsyncer/$distro/$distrover dist/pkgs/*.deb