diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh
index 46c117239111c9e0e51f630b706ca56ae5622fbd..66f32ad26bfd046a0e73295e08d35bd231caba52 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