From 444c099213b5ac52b1987e989fc1720fbadca2c8 Mon Sep 17 00:00:00 2001 From: Oliwia Zaremba Date: Thu, 14 Jun 2018 14:50:53 +0200 Subject: [PATCH] Fix typo (reports -> requests) --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index b44ccda..1037ae0 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -22,7 +22,7 @@ pipeline: echo "Deploy image locally and run simple scenario" ./local.sh deploy --target=https://google.com --locust-file=./example/simple.py --slaves=2 --mode=auto --users=2 --hatch-rate=1 --duration=5 ls -l reports | grep reports.html || exit 1 - ls -l reports | grep reports.csv || exit 1 + ls -l reports | grep requests.csv || exit 1 - desc: Push docker image cmd: | echo "Push docker image"