Remove flag for debugging

This commit is contained in:
Zach Borboa
2021-06-09 23:01:03 -04:00
parent 68ed597fea
commit 04bb00b4f8
-2
View File
@@ -1,8 +1,6 @@
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${SCRIPT_DIR}"
set -x
# Use composer's phpunit and phpcs by adding composer bin directory to the path environment variable.
export PATH="${PWD}/vendor/bin:${PATH}"