| commit | 06c53883dc18704e15afe159134a7a88ab074a8a | [log] [tgz] |
|---|---|---|
| author | Arthur She <arthur.she@linaro.org> | Thu Dec 11 20:00:51 2025 -0800 |
| committer | Arthur She <arthur.she@linaro.org> | Thu Dec 11 20:00:51 2025 -0800 |
| tree | ebb495fcfa9569793e51d81b4a972e094a95f74d | |
| parent | 84ae8010cee7cdb4d943f828c4407a814109dbc6 [diff] |
tf-a-lts-automation.yaml: fix missing GERRIT env handling When the job is triggered by hafnium-lts-automation, the GERRIT environment variables are not present. The previous script failed because `env | grep GERRIT` returned a non-zero exit code and caused failing the job. This patch adds `|| true` to prevent the step from failing when GERRIT variables are missing. Change-Id: Ibe5371165186336652f23be59cadd1c0ea5db3b7 Signed-off-by: Arthur She <arthur.she@linaro.org>