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

Fix ohter parameters number

parent ff5f4338
No related branches found
Tags XSD-v3_5_0-baseline
No related merge requests found
...@@ -17,8 +17,8 @@ if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi ...@@ -17,8 +17,8 @@ if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi
set -e set -e
echo "------ Add/update content --------" echo "------ Add/update content --------"
mkdir -p "public/$3" mkdir -p "public/$4"
cp -r -f "$2_$3.docx" public/$3 cp -r -f "$3_$4.docx" public/$3
docker run --rm -u $(id -u):$(id -g) "$DOCKER_IMAGE" $1 "$3_$4" "$4/$3_$4.docx" "$5" docker run --rm -u $(id -u):$(id -g) "$DOCKER_IMAGE" $1 "$3_$4" "$4/$3_$4.docx" "$5"
#echo "<a href="${CI_COMMIT_REF_NAME}/${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" target="_blank">$CI_COMMIT_REF_NAME</a>" >> "public/index.html" #echo "<a href="${CI_COMMIT_REF_NAME}/${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" target="_blank">$CI_COMMIT_REF_NAME</a>" >> "public/index.html"
......
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