Disable the check of the release notes 04/14404/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Apr 2024 15:26:27 +0000 (17:26 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 3 Jun 2024 08:24:07 +0000 (10:24 +0200)
Change-Id: I80b710b7d460c007cc7e524481e179314b41eedd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
devops-stages/stage-releasenote.sh

index e3ea365..983b810 100755 (executable)
@@ -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)