Skip to content

Commit 7e05f45

Browse files
authored
ci: subtree split exit code (#6128)
1 parent c3c861e commit 7e05f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subtree.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -x
3+
set -xe
44

55
# Subtree split on tag this script gets called using find:
66
# find src -maxdepth 2 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} refs/tags/3.1.5

0 commit comments

Comments
 (0)