fix copy of example files for template build

This commit is contained in:
Clemens Lauermann 2020-04-17 00:28:27 +02:00
parent 007fa4ad94
commit 9625a3c80f

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
steps {
sh '''
cp -rv HTLLE-DA-Vorlage/example/* .
cp -rv HTLLE-DA-Vorlage/example/. .
make pdf -C HTLLE-DA-Vorlage SOURCEDIR=$(pwd)
'''
}