summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-20 08:24:40 +0200
committerSven Gothel <[email protected]>2023-05-20 08:24:40 +0200
commite09a67fd517f8db6d381be97a797f01efa2fb8c0 (patch)
tree0c7ce990c1b2abc64b24589913d41086fa72631c
parent187f8e3160bf1257dcf44d337bf6106b29d3a006 (diff)
jenkins-builds/funcs_promotion.sh: Consider README.md in prom_merge_modules
-rwxr-xr-xjenkins-builds/funcs_promotion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh
index 589b10e..7d27f66 100755
--- a/jenkins-builds/funcs_promotion.sh
+++ b/jenkins-builds/funcs_promotion.sh
@@ -137,7 +137,7 @@ function prom_merge_modules() {
fi
cd $modulefolder
if [ "$masterpick" = "$i" ] ; then
- for k in artifact.properties LICENSE.txt README.txt ; do
+ for k in artifact.properties LICENSE.txt README.md README.txt ; do
if [ -e $k ] ; then
cp -av $k ../$mergefolder/$j.$k
fi