Skip to content

Commit d252aa6

Browse files
committed
dotenv flag is deprecated since v2.0.21
1 parent e928f93 commit d252aa6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/run_notify_load_test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env bash
22

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+
39
if [ -z "${environment}" ]; then
410
echo "environment is unset or set to the empty string"
511
exit 1

0 commit comments

Comments
 (0)