1
0
Fork 0

docs(live-preview): Don't fail if no change in docs

This commit is contained in:
Pixelastic 2018-10-05 08:21:41 +02:00
parent 1f0480533b
commit 6dbe67fb8f

View file

@ -4,7 +4,7 @@
#
# Note: Check the following link for a list of available environment variables:
# https://www.netlify.com/docs/continuous-deployment/#build-environment-variables
set -ex
set -x
if [ "$CONTEXT" != "deploy-preview" ]; then
echo "This script should only be run on Netlify."