Disable awk verification
It seems to be causing problems with the CI output log.
This commit is contained in:
parent
2bf9e94ca6
commit
10fb6d0a0a
@ -18,4 +18,5 @@ fpga/upload.sh "$dst"
|
|||||||
|
|
||||||
# Launch the pipeline from there
|
# Launch the pipeline from there
|
||||||
set +x
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user