Merge "cache-url: turn off -x by default"

This commit is contained in:
Zuul 2022-07-25 02:04:58 +00:00 committed by Gerrit Code Review
commit a282d2a2bf

View File

@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
if [ ${DIB_DEBUG_TRACE:-0} -gt 1 ]; then
set -x
fi
set -eu