From: garciadeblas Date: Tue, 9 Apr 2024 15:26:27 +0000 (+0200) Subject: Disable the check of the release notes X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster Disable the check of the release notes Change-Id: I80b710b7d460c007cc7e524481e179314b41eedd Signed-off-by: garciadeblas --- diff --git a/devops-stages/stage-releasenote.sh b/devops-stages/stage-releasenote.sh index e3ea365b..983b8109 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)