1
0
Fork 0

Improve debugness of Netlify scripts

This commit is contained in:
Pixelastic 2018-10-05 07:40:10 +02:00
parent 32068b1107
commit 1f0480533b

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 -x
set -ex
if [ "$CONTEXT" != "deploy-preview" ]; then
echo "This script should only be run on Netlify."