Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Fix typo (reports -> requests)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila committed Jun 14, 2018
1 parent 3208d44 commit 444c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 444c099

Please sign in to comment.