From 3333873e70b9566cd3c3c38e42148b4428e160bb Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Mon, 27 Mar 2017 14:29:27 +0200 Subject: [PATCH] Supports externally defined build flags --- build-contract | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-contract b/build-contract index 1fe04c1..ab86def 100755 --- a/build-contract +++ b/build-contract @@ -51,7 +51,7 @@ function wait_for_contract { } # Perform tests -BUILD_FLAGS=''; +BUILD_FLAGS="$BUILD_FLAGS"; if [[ $DO_PUSH == true ]]; then BUILD_FLAGS="$BUILD_FLAGS --pull"; fi