Sha256: 86677c3292b5da638a4eb8031a7e4ebafc002c8febb8fe8b9a2430a9e73566c0

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

#!/bin/bash -e

VERSION='v2.0.0rc2'
TOXIPROXY_LOG_DIR=${CIRCLE_ARTIFACTS:-'/tmp'}

echo "[start toxiproxy]"
curl --silent -L https://github.com/Shopify/toxiproxy/releases/download/$VERSION/toxiproxy-server-linux-amd64 -o ./bin/toxiproxy-server
chmod +x ./bin/toxiproxy-server
nohup bash -c "./bin/toxiproxy-server > ${TOXIPROXY_LOG_DIR}/toxiproxy.log 2>&1 &"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toxiproxy-1.0.0 bin/start-toxiproxy.sh