Skip to content

Commit 0dea53c

Browse files
committed
fix pipefail shell set
1 parent 15f00b0 commit 0dea53c

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)