We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3af2 commit af30d37Copy full SHA for af30d37
scripts/run_notify_load_test.sh
@@ -1,11 +1,6 @@
1
#!/usr/bin/env bash
2
3
4
-if [ -z "${artillery_key}" ]; then
5
- echo "artillery_key is unset or set to the empty string"
6
- exit 1
7
-fi
8
-
9
if [ -z "${environment}" ]; then
10
echo "environment is unset or set to the empty string"
11
exit 1
0 commit comments