Skip to content
Snippets Groups Projects
Verified Commit 55322100 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent dea57016
Branches
No related tags found
No related merge requests found
Pipeline #7096 passed
......@@ -33,7 +33,7 @@ fi
echo ">>> Testing CSPELL..."
docker run -it -v $(pwd):/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
if [[ $? != 0 ]];
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment