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

Update test.sh

parent 4c61b88a
Branches master
No related tags found
No related merge requests found
Pipeline #24848 passed
......@@ -37,7 +37,7 @@ done
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-multi-arch -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