[Fuego] [PATCH 08/19] main: remove ReBuild check

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri May 12 08:19:49 UTC 2017


If rebuild is false, build is not called ever including the
first time when we are suppose to build the test.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/main.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/engine/scripts/main.sh b/engine/scripts/main.sh
index 597049a..a09bb20 100644
--- a/engine/scripts/main.sh
+++ b/engine/scripts/main.sh
@@ -35,9 +35,7 @@ echo "##### doing fuego phase: pre_test ########"
 pre_test
 
 echo "##### doing fuego phase: build ########"
-if $Rebuild; then
-    build
-fi
+build
 
 echo "##### doing fuego phase: deploy ########"
 deploy
-- 
2.7.4




More information about the Fuego mailing list