fix(tf-a-tftf-main): remove Slack notifications
This change also adds the `-x` Bash flag to help us debug an issue in
the same job.
Change-Id: If17de9b30455bfa1c2c3f293468826d6716eb428
Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/scripts/clone.sh b/scripts/clone.sh
index a070faf..2eac7bb 100755
--- a/scripts/clone.sh
+++ b/scripts/clone.sh
@@ -25,7 +25,7 @@
# prevents the latter unless the job is triggered manually from the
# builder job itself.
-set -e
+set -ex
# Global defaults
REFSPEC_MASTER="refs/heads/master"