Skip to content

Commit f8d36bb

Browse files
committed
add flag
1 parent d3658d6 commit f8d36bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build-html-in-docker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ git config --global user.name "MoserMichael"
3232
CHANGED=1
3333

3434
if [[ $CHANGED != "3" ]]; then\
35-
cp ../*.html html/
35+
cp -v ../*.html html/
3636

3737
echo "*** pushing changed file ***"
3838

39-
git add html/*.html
39+
git add -v html/*.html
4040
git commit -m "automatic build $(date)"
4141
expect -f /ex
4242
else

0 commit comments

Comments
 (0)