Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit fb471aa

Browse files
committed
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 4ddb40e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 70303de commit fb471aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pipeline {
7676
-e DOCKER_GRAPHDRIVER \
7777
docker:${GIT_COMMIT} \
7878
hack/make.sh \
79-
binary-daemon \
79+
dynbinary-daemon \
8080
test-docker-py
8181
'''
8282
}

0 commit comments

Comments
 (0)