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

Fixing coversheet + adding missing parameter when calling forgelib

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