File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ buildvariants:
3333 - name : " test-ocsp-6.0"
3434 execution_tasks :
3535 - " .ocsp .6.0"
36- - name : " test-ocsp-5.0"
37- execution_tasks :
38- - " .ocsp .5.0"
3936 - name : test-debian92-php82-local
4037 tags : ["test", "debian", "x64"]
4138 display_name : " Test: Debian 9.2, PHP 8.2"
@@ -54,6 +51,9 @@ buildvariants:
5451 - " .loadbalanced .local !.6.0 !.7.0 !.rapid !.latest"
5552 - " .ocsp !.6.0 !.7.0 !.rapid !.latest"
5653 display_tasks :
54+ - name : " test-ocsp-5.0"
55+ execution_tasks :
56+ - " .ocsp .5.0"
5757 - name : " test-ocsp-4.4"
5858 execution_tasks :
5959 - " .ocsp .4.4"
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22set -o errexit
33
44# Run an mock OCSP responder server if necessary. This script should be invoked
You can’t perform that action at this time.
0 commit comments