We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2165a5d commit c251ff4Copy full SHA for c251ff4
ci/travis/build-manylinux.sh
@@ -3,6 +3,7 @@
3
docker_tag="parallelssh/ssh-manylinux"
4
5
rm -rf build ssh/libssh.*
6
+python ci/appveyor/fix_version.py .
7
8
docker pull $docker_tag || echo
9
docker build --pull --cache-from $docker_tag ci/docker/manylinux -t $docker_tag
0 commit comments