#! /bin/bash

if [[ -n "${DEPLOY_TOOLS_VERBOSE}" ]]; then
    set -x
fi

echo $EXAMPLE_VALUE
