Skip to content

Commit acabbad

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents 82121a1 + 89225c6 commit acabbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec-up/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
trap 'docker rm -f $1 &>/dev/null' SIGINT SIGTERM EXIT
55
docker rm -f $1 &>/dev/null || true
6-
retry docker pull aztecprotocol/dind
6+
docker pull aztecprotocol/dind
77
docker run --rm \
88
-d \
99
--privileged \

0 commit comments

Comments
 (0)