Skip to content

Commit

Permalink
hack: drop set -x from verify-contest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Aug 3, 2021
1 parent fa780a7 commit 60f75ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/verify-conftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
set -o errexit
set -o nounset
set -o pipefail
set -x

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd )"
Expand Down

0 comments on commit 60f75ed

Please sign in to comment.