From 8b6e3b1df20aeb0ac4b830832dda708bf3a3d47d Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sat, 23 May 2020 17:46:43 +0200 Subject: [PATCH] allow build on modules without changelog --- jenkins.run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.run.js b/jenkins.run.js index 4fc9def..8ddd15d 100644 --- a/jenkins.run.js +++ b/jenkins.run.js @@ -67,7 +67,7 @@ if (fs.existsSync ('CHANGELOG.md')) { } else { console.log ('changelog does not exist'); - ok = false; + // ok = false; disable until all modules have a changelog } if (ok)