Skip to content
Snippets Groups Projects
Commit eb07d241 authored by squidfunk's avatar squidfunk
Browse files

Fixed legacy bash syntax

parent b7f1ab66
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ pushd /tmp
mkdocs new test && cd test
# Test Docker image build
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
# Return to original directory
popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment