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

Update docker image reference

parent c2df77e5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
DOCKER_IMAGE=forge.3gpp.org:5050/tools/3gpp-scripts/forgelib:miguel
DOCKER_IMAGE=forge.3gpp.org:5050/tools/3gpp-scripts/forgelib:v2.2.0
echo "\n------ Checking for docker image --------"
docker pull "$DOCKER_IMAGE"
......@@ -20,4 +20,4 @@ echo "MERGE IID:" $3
echo "\n------ Generating change marks --------"
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
\ No newline at end of file
exit 0
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