You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hack/ci/check-doc-only-update: don't set -x (#1075)
**Description of the change:** Removes `-x` set option in check-doc-only-update
**Motivation for the change:** The `set -x` option was persisting throughout the entire test since we were sourcing the script, and this was causing the travis logs to become much more difficult to understand. We don't need the `-x` option for this script, so we can remove it to improve the travis logs.
0 commit comments