mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Use Jq to add openssl to interop test harness
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25256)
This commit is contained in:
parent
d2157bbb83
commit
d677482b7e
5
.github/workflows/run_quic_interop.yml
vendored
5
.github/workflows/run_quic_interop.yml
vendored
@ -28,7 +28,10 @@ jobs:
|
||||
- name: Patch implementations file
|
||||
run: |
|
||||
head -n -2 implementations.json > ./implementations.tmp
|
||||
echo -e "},\n\"openssl\": {\n\"image\": \"quay.io/openssl-ci/openssl-quic-interop\",\n\"url\": \"https://github.com/openssl/openssl\",\n\"role\": \"client\"\n}\n}" >> ./implementations.tmp
|
||||
jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
|
||||
, url: "https://github.com/openssl/openssl"
|
||||
, role: "client"
|
||||
}' ./implementations.json > ./implementations.tmp
|
||||
mv ./implementations.tmp implementations.json
|
||||
- name: "run interop"
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user