Skip to content

Commit 9620f76

Browse files
author
Leonid Borchuk
committed
Set -ex for sh
1 parent 0085810 commit 9620f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deb-cloudberry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ jobs:
482482
env:
483483
LOGS_DIR: install-logs
484484
run: |
485-
set -eo pipefail
485+
set -ex pipefail
486486
if ! su - gpadmin -c "/tmp/init_system.sh"; then
487487
echo "::error::Container initialization failed"
488488
exit 1

0 commit comments

Comments
 (0)