Skip to content

Commit 623b678

Browse files
authored
Merge pull request #18033 from MinaProtocol/lyh/nit-shell-opt-fix
fix `set -eux -o pipefail`
2 parents d94b8c3 + 0dea53c commit 623b678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildkite/scripts/setup-database-for-archive-node.sh

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

3-
set -euox pipefail
3+
set -eux -o pipefail
44

55
user=$1
66
password=$2

scripts/rocksdb-compatibility/install-rocksdb.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 -euox pipefail
3+
set -eux -o pipefail
44

55
ROCKSDB_VERSION=10.5.1
66

0 commit comments

Comments
 (0)