Skip to content

Commit 59b7934

Browse files
committed
Update build script
1 parent 4b883ab commit 59b7934

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

build/build.sh

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@ mkdir "$BUILDDIR"
1212

1313
echo "--> Copying files"
1414

15-
cp -v ../*.py ../monitor.sql ../LICENCE ../README.md ../CHANGELOG "$BUILDDIR"
16-
cp -rv ../Monitors ../Alerters ../Loggers ../html "$BUILDDIR"
15+
cp -v \
16+
../*.py \
17+
../LICENCE \
18+
../README.md \
19+
../CHANGELOG \
20+
"$BUILDDIR"
21+
cp -rv \
22+
../Monitors \
23+
../Alerters \
24+
../Loggers \
25+
../html \
26+
../docker \
27+
"$BUILDDIR"
1728

1829
echo
1930
echo "--> Tidying up"

0 commit comments

Comments
 (0)