diff --git a/scripts/publish-build-cache.sh b/scripts/publish-build-cache.sh index 871d97d..e3a0a18 100755 --- a/scripts/publish-build-cache.sh +++ b/scripts/publish-build-cache.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -x if [[ $# -lt 1 ]]; then echo "No Yocto branch specified, defaulting to master"