fix: ci 'TLS check' job is broken (#1970)

Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
Alexei Dodon
2023-10-27 20:39:04 +03:00
committed by GitHub
parent d2fbd273ba
commit f3bb68ae15
3 changed files with 25 additions and 13 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"port": "8080",
"realm": "zot",
"tls": {
"cert": "../../test/data/server.cert",
"key": "../../test/data/server.key"
"cert": "test/data/server.cert",
"key": "test/data/server.key"
}
},
"log": {