Sha256: 5e467e323f66aeb0d355331d2616376e3e71959bfc7d79ccd18cdc1c2f094a94

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

#!/bin/bash -e

VERSION='21a264cc75549c3ae837b606eb6e17ea'
TOXIPROXY_LOG_DIR=${CIRCLE_ARTIFACTS:-'/tmp'}

echo "[start toxiproxy]"
curl --silent http://shopify-vagrant.s3.amazonaws.com/toxiproxy/toxiproxy-$VERSION -o ./bin/toxiproxy
chmod +x ./bin/toxiproxy
nohup bash -c "./bin/toxiproxy > ${TOXIPROXY_LOG_DIR}/toxiproxy.log 2>&1 &"

Version data entries

1 entries across 1 versions & 1 rubygems

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