Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit d2b6540

Browse files
committed
Make verbose
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent b5d0f68 commit d2b6540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -o errexit -o nounset -o pipefail
3+
set -x -o errexit -o nounset -o pipefail
44

55
safe_checkout_master_or_release() {
66
# We need to be on a branch for release:perform to be able to create commits,

0 commit comments

Comments
 (0)