Disable awk verification

It seems to be causing problems with the CI output log.
This commit is contained in:
Rodrigo Arias 2024-08-30 19:06:54 +02:00
parent 2bf9e94ca6
commit 10fb6d0a0a

View File

@ -18,4 +18,5 @@ fpga/upload.sh "$dst"
# Launch the pipeline from there
set +x
ssh fpgalogin1 "$path/run-login.sh" "$path" | awk -f fpga/verify.awk
#ssh fpgalogin1 "$path/run-login.sh" "$path" | awk -f fpga/verify.awk
ssh fpgalogin1 "$path/run-login.sh" "$path"