Skip to content

Commit

Permalink
need -o pipefail now for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Sep 27, 2023
1 parent e9dcfde commit dac67cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/assets/playground_backend/mops-sources
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -e
set -o pipefail

for i in 0 2 4 8 16 32; do
if [ $i -gt 0 ]; then
Expand Down

0 comments on commit dac67cc

Please sign in to comment.