Skip to content

Commit 693fe60

Browse files
authored
-o pipefail in graph_compare (#8600)
1 parent c2d2d5a commit 693fe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/graph_compare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Creates ya.make in the current directory listing affected ydb targets
44
# Parameters: base_commit_sha head_commit_sha
55

6-
set -ex
6+
set -exo pipefail
77

88
workdir=$(mktemp -d)
99
echo Workdir: $workdir

0 commit comments

Comments
 (0)