Commit f18ab7ed authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix ohter parameters number

parent ff5f4338
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi
set -e

echo "------ Add/update content --------"
mkdir -p "public/$3"
cp -r -f "$2_$3.docx" public/$3
mkdir -p "public/$4"
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"
#echo "<a href="${CI_COMMIT_REF_NAME}/${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" target="_blank">$CI_COMMIT_REF_NAME</a>" >> "public/index.html"