Disable the check of the release notes 17/14317/1 master
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Apr 2024 15:26:27 +0000 (17:26 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Apr 2024 15:26:27 +0000 (17:26 +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)