We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e928f93 commit d252aa6Copy full SHA for d252aa6
1 file changed
scripts/run_notify_load_test.sh
@@ -1,5 +1,11 @@
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