Disable the check of the release notes
Change-Id: I80b710b7d460c007cc7e524481e179314b41eedd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/devops-stages/stage-releasenote.sh b/devops-stages/stage-releasenote.sh
index e3ea365..983b810 100755
--- a/devops-stages/stage-releasenote.sh
+++ b/devops-stages/stage-releasenote.sh
@@ -14,6 +14,9 @@
# limitations under the License.
set -e
+echo "Skipping the check of the release notes ..."
+exit 0
+
echo "Checking the presence of release notes ..."
nb_rn=$(git diff --diff-filter=A --name-only HEAD~1 |grep "releasenotes\/notes" |wc -l)