Browse code

Jenkinsfile: build dynamic binary for docker-py, to match makefile

This also makes sure that we can test all functionality of the
daemon, because some features are not available on static binaries.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 4ddb40ee8abd1b0abbc3887f111605865b0baf5e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/08/11 05:56:04
Showing 1 changed files
... ...
@@ -76,7 +76,7 @@ pipeline {
76 76
                                   -e DOCKER_GRAPHDRIVER \
77 77
                                   docker:${GIT_COMMIT} \
78 78
                                   hack/make.sh \
79
-                                    binary-daemon \
79
+                                    dynbinary-daemon \
80 80
                                     test-docker-py
81 81
                                 '''
82 82
                             }