diff --git a/.evergreen/github_app/create_or_modify_comment.sh b/.evergreen/github_app/create_or_modify_comment.sh index 1b783a41..ce4f0825 100644 --- a/.evergreen/github_app/create_or_modify_comment.sh +++ b/.evergreen/github_app/create_or_modify_comment.sh @@ -1,5 +1,6 @@ #!/bin/bash set -o errexit # Exit the script with error if any of the commands fail +set -x DIR=$(dirname $0) pushd $DIR