Closed PeterDaveHello closed 3 years ago
I believe they should be && but not ;, as the previous one should success, and the following command should be executed.
&&
;
Thanks!
The intent was to keep going if there was nothing to update. But apparently these commands exit with 0 even if they didn't do anything.
0
I believe they should be
&&
but not;
, as the previous one should success, and the following command should be executed.