jenkins firmare is hanging #2415

This commit is contained in:
rusefillc 2021-02-28 22:33:25 -05:00
parent b54c1f13de
commit f233c8ca4d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
git submodule update --init
bash misc/jenkins/functional_test_and_build_bundle/build_current_bundle.sh
[ $? -eq 0 ] || { echo "build ERROR DETECTED"; exit 1; }