Skip to content

Commit 1aa3ed4

Browse files
committed
Trust any cert during tests
1 parent 4de0caf commit 1aa3ed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-contracts/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ services:
7373
- svn
7474
- svn_adminrest
7575

76-
httpd-svn-curl:
76+
httpd-curl:
7777
build: ../httpd
7878
labels:
7979
- com.yolean.build-contract
8080
entrypoint: curl
81-
command: [-I, "https://svn.apache.org/repos/asf/subversion/trunk/"]
81+
command: [-I, "https://svn.apache.org/repos/asf/subversion/trunk/", "-k"]
8282

8383
httpd-svn-client:
8484
build: ../httpd
8585
labels:
8686
- com.yolean.build-contract
8787
entrypoint: svn
88-
command: [info, "https://svn.apache.org/repos/asf/subversion/trunk/"]
88+
command: [info, "https://svn.apache.org/repos/asf/subversion/trunk/", "--trust-server-cert"]

0 commit comments

Comments
 (0)