mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
remove -u
from Compare measurements
step
This commit is contained in:
parent
e869db41dc
commit
0e31386ed8
@ -92,7 +92,8 @@ jobs:
|
||||
- name: Compare measurements
|
||||
run: |
|
||||
# no -e since we need to collect errors later
|
||||
set -uo pipefail
|
||||
# no -u since it interferes with checking associative arrays
|
||||
set -o pipefail
|
||||
shopt -s extglob
|
||||
|
||||
declare -A errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user