devops: enable goma.sh debugging info

This commit is contained in:
Andrey Lushnikov 2021-02-16 09:34:13 -07:00
Родитель 822f7cb1eb
Коммит 027f2ba9e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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