Fully comment out Maven deploy section

The Maven deploy of Gerrit shapsnot it failing
Gerrit master builds: commenting it out altogether
for the time being, waiting for the issue to be
verified and fixed.

Change-Id: I8222a66865c4e70d1f467f24d8b555b5bcd6b6a8
diff --git a/jenkins/gerrit-deploy-api.sh b/jenkins/gerrit-deploy-api.sh
index 228a24a..c34ddae 100644
--- a/jenkins/gerrit-deploy-api.sh
+++ b/jenkins/gerrit-deploy-api.sh
@@ -10,12 +10,12 @@
   exit 0
 fi
 
-if [ -f ~/.m2/settings.xml ]
-then
-  if grep -q sonatype-nexus-staging ~/.m2/settings.xml
-  then
+#if [ -f ~/.m2/settings.xml ]
+#then
+#  if grep -q sonatype-nexus-staging ~/.m2/settings.xml
+#  then
 #    echo "Deploying artifacts to Maven ..."
 #    ./tools/maven/api.sh deploy
 #    echo "DONE"
-  fi
-fi
+#  fi
+#fi