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

Fix pages job

parent 5285df06
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ elif [ $6 == 'false' ]; then
cp -r -f "$3_$4.docx" public/$4
docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 "$3_$4" "$4/$3_$4.docx" "$5"
else
echo 'Removing entry for $6...'
echo 'Removing entry for ' $6
rm -r -f public/$6
docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$3_$6" "$4/$3_$4.docx" "$5"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment