Files
pezkuwi-subxt/polkadot/scripts
Mara Robin B bcebd39e47 [ci] benchmarks: suppress wrong exit code (#5344)
* [ci] benchmarks: suppress wrong exit code

The script uses '!' to prevent set -e failures,
however a $? of `0` becomes exit code 1 if it is the last command ran.

This `true` makes sure that $? is 0 when we reach the end,
instead of carrying over a failure which would otherwise cause
the whole CI job to abort.

* add explanation comment
2022-04-20 09:04:46 +02:00
..
2022-03-22 09:55:21 +01:00
2022-03-21 13:00:59 +00:00
2021-05-24 13:19:52 +02:00
2021-04-08 20:24:06 +02:00
2018-08-15 13:40:49 +02:00
2019-09-11 13:14:20 +02:00
2018-08-15 13:40:49 +02:00
2019-05-02 14:51:27 +02:00
2021-04-08 20:24:06 +02:00