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