devops: enable goma.sh debugging info

This commit is contained in:
Andrey Lushnikov 2021-02-16 09:34:13 -07:00
parent 822f7cb1eb
commit 027f2ba9e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set +x
set -x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"