From b3686cf87d9f8e7c3e287e11c9b0bf0bc2c7169e Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Sat, 10 Nov 2018 14:34:59 -0800
Subject: [PATCH] fixed path to build-all.  has this ever worked before?!

Former-commit-id: a80853318906c3a69760e2c4a2ba43e042b7b473
---
 cicd_testing/do-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh
index 50f933619..116bf7f49 100755
--- a/cicd_testing/do-build.sh
+++ b/cicd_testing/do-build.sh
@@ -16,6 +16,6 @@ time rsync -a --exclude='.git'  $CICD_TO_TEST_DIR/ /tmp/peasoup_test
 cd /tmp/peasoup_test
 source set_env_vars
 sudo ./get-peasoup-packages.sh all
-build-all.sh --debug
+./build-all.sh 
 postgres_setup.sh
 
-- 
GitLab