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

Trial to get only CR with diffs

parent 20782f9b
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ echo "PROJECT ID:" $2
echo "MERGE IID:" $3
echo "\n------ Generating change marks --------"
docker container run --rm -v $(pwd):/tmp/ "$DOCKER_IMAGE" forgelib-changedocs -vv --combine --outPath=/tmp/docs --startdelimiter "/tmp/$4" --enddelimiter "/tmp/$5" --coversheet "/tmp/$6" "$HOST_URL" "$2" "$PROJECT_NAME" "$3"
docker container run --rm -v $(pwd):/tmp/ "$DOCKER_IMAGE" forgelib-changedocs -vv --combine --diffs --outPath=/tmp/docs --startdelimiter "/tmp/$4" --enddelimiter "/tmp/$5" --coversheet "/tmp/$6" "$HOST_URL" "$2" "$PROJECT_NAME" "$3"
exit 0
\ No newline at end of file
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