diff --git a/.github/workflows/build-yocto.yml b/.github/workflows/build-yocto.yml index 82d73de4..97c645eb 100644 --- a/.github/workflows/build-yocto.yml +++ b/.github/workflows/build-yocto.yml @@ -107,8 +107,20 @@ jobs: url="https://quic-yocto-fileserver-1029608027416.us-central1.run.app/${GITHUB_RUN_ID}/${{ matrix.machine }}/" retries=3 + okay=0 + shopt -s lastpipe # allows us to capture the value of `okay` in the while loop below for ((i=0; i