update runner-go package to include build.debug attribute

This commit is contained in:
Brad Rydzewski
2020-11-09 15:48:07 -05:00
parent 1df19caf57
commit 078ffd80a9
3 changed files with 6 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ remote_debug() {
fi
}
if [ "${DRONE_DEBUG}" = "true" ]; then
if [ "${DRONE_BUILD_DEBUG}" = "true" ]; then
trap remote_debug EXIT
fi
`