We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d077e commit 2298fe3Copy full SHA for 2298fe3
ci/travis/build-manylinux.sh
@@ -3,6 +3,7 @@
3
docker_tag="parallelssh/ssh2-manylinux"
4
5
rm -rf build dist ssh2/libssh2.*
6
+python ci/appveyor/fix_version.py .
7
8
docker pull $docker_tag || echo
9
docker build --cache-from $docker_tag ci/docker/manylinux -t $docker_tag
0 commit comments