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

Update test.sh

parent 70c66397
No related branches found
No related tags found
No related merge requests found
Pipeline #24847 passed
......@@ -41,7 +41,7 @@ if cspell -V; then
cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex
else
echo "Will use Docker. Or install with: npm install -g 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-multi-arch -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
fi
if [[ $? != 0 ]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment