mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 07:50:04 -05:00
Please shellcheck
This commit is contained in:
parent
1a3ccb01d2
commit
5c55142e31
@ -99,9 +99,8 @@ jobs:
|
||||
ts " " < "$attestationVariant"_own-measurements.json
|
||||
|
||||
# TODO: cache errors and return them later.
|
||||
diff="$(jd ./"$attestationVariant"_their-measurements.json ./"$attestationVariant"_own-measurements.json)"
|
||||
if [[ $? -ne 0 ]]; then
|
||||
errors["$attestationVariant"]="$diff"
|
||||
if ! jd ./"$attestationVariant"_their-measurements.json ./"$attestationVariant"_own-measurements.json; then
|
||||
errors["$attestationVariant"]="$(!!)"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user