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:
33
33
- name : " test-ocsp-6.0"
34
34
execution_tasks :
35
35
- " .ocsp .6.0"
36
- - name : " test-ocsp-5.0"
37
- execution_tasks :
38
- - " .ocsp .5.0"
39
36
- name : test-debian92-php82-local
40
37
tags : ["test", "debian", "x64"]
41
38
display_name : " Test: Debian 9.2, PHP 8.2"
@@ -54,6 +51,9 @@ buildvariants:
54
51
- " .loadbalanced .local !.6.0 !.7.0 !.rapid !.latest"
55
52
- " .ocsp !.6.0 !.7.0 !.rapid !.latest"
56
53
display_tasks :
54
+ - name : " test-ocsp-5.0"
55
+ execution_tasks :
56
+ - " .ocsp .5.0"
57
57
- name : " test-ocsp-4.4"
58
58
execution_tasks :
59
59
- " .ocsp .4.4"
Original file line number Diff line number Diff line change 1
- #! /usr/ bin/env bash
1
+ #! /bin/bash
2
2
set -o errexit
3
3
4
4
# 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