From 15ca68bf9db6fa682f975d7b5937211608dfee8c Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Sat, 10 Nov 2018 14:25:45 -0800
Subject: [PATCH] fixed missing comment character

---
 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 46c117239..66f32ad26 100755
--- a/cicd_testing/do-build.sh
+++ b/cicd_testing/do-build.sh
@@ -3,7 +3,7 @@ set -e
 set -x
 
 
-update submodules
+# update submodules
 git submodule sync --recursive
 git submodule update --recursive --init
 gather info for debugging later, probably not necessary 
-- 
GitLab