Skip to content
Snippets Groups Projects
Commit 85bb14de authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Not using coversheet and delimiter

parent ab4a8e98
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ for i in out/*.md ; do ...@@ -33,7 +33,8 @@ for i in out/*.md ; do
done done
echo "\n------ Combining docx --------" echo "\n------ Combining docx --------"
docker container run --rm -v $(pwd):/tmp/ -u $(id -u):$(id -g) "$FORGELIB_DOCKER_IMAGE" forgelib-changedocs -vv -sf "/tmp/out/" --preprocessor onem2m --outPath=/tmp/docs --startdelimiter "/tmp/$4" --enddelimiter "/tmp/$5" --coversheet "/tmp/$6" "$HOST_URL" "$2" "$3" #docker container run --rm -v $(pwd):/tmp/ -u $(id -u):$(id -g) "$FORGELIB_DOCKER_IMAGE" forgelib-changedocs -vv -sf "/tmp/out/" --preprocessor onem2m --outPath=/tmp/docs --startdelimiter "/tmp/$4" --enddelimiter "/tmp/$5" --coversheet "/tmp/$6" "$HOST_URL" "$2" "$3"
docker container run --rm -v $(pwd):/tmp/ -u $(id -u):$(id -g) "$FORGELIB_DOCKER_IMAGE" forgelib-changedocs -vv -sf "/tmp/out/" --preprocessor onem2m --outPath=/tmp/docs "$HOST_URL" "$2" "$3"
echo "\n------ Converting to tracked changes docx --------" echo "\n------ Converting to tracked changes docx --------"
#for i in docs/*.docx ; do #for i in docs/*.docx ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment