Skip to content

Commit 6574ed1

Browse files
committed
Revert "debug: Use set -ex for debugging #653"
This reverts commit 49a06e0.
1 parent 49a06e0 commit 6574ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deploy-master.sh

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

3-
set -ex
3+
set -e
44

55
dir=$1 ; shift
66

0 commit comments

Comments
 (0)