mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Travis build
This commit is contained in:
parent
0bfdd09c02
commit
fa8d490b16
@ -64,7 +64,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove overrides directory so it won't get included in the image
|
# Remove overrides directory so it won't get included in the image
|
||||||
rm -rf overrides
|
# rm -rf overrides
|
||||||
|
|
||||||
# Terminate if we're not on a release branch
|
# Terminate if we're not on a release branch
|
||||||
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
||||||
|
Loading…
Reference in New Issue
Block a user