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 4de0caf commit 1aa3ed4Copy full SHA for 1aa3ed4
build-contracts/docker-compose.yml
@@ -73,16 +73,16 @@ services:
73
- svn
74
- svn_adminrest
75
76
- httpd-svn-curl:
+ httpd-curl:
77
build: ../httpd
78
labels:
79
- com.yolean.build-contract
80
entrypoint: curl
81
- command: [-I, "https://svn.apache.org/repos/asf/subversion/trunk/"]
+ command: [-I, "https://svn.apache.org/repos/asf/subversion/trunk/", "-k"]
82
83
httpd-svn-client:
84
85
86
87
entrypoint: svn
88
- command: [info, "https://svn.apache.org/repos/asf/subversion/trunk/"]
+ command: [info, "https://svn.apache.org/repos/asf/subversion/trunk/", "--trust-server-cert"]
0 commit comments