disable debug in release script

This commit is contained in:
Nikita Galaiko 2023-02-20 17:01:33 +01:00
parent c9ab7fa14f
commit bfe96c4c25
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -3,7 +3,6 @@
set -o errexit
set -o nounset
set -o pipefail
set -x
PWD="$(dirname $(readlink -f -- $0))"