Skip to content

Commit af30d37

Browse files
committed
Remove artillery key
1 parent c5f3af2 commit af30d37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/run_notify_load_test.sh

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

33

4-
if [ -z "${artillery_key}" ]; then
5-
echo "artillery_key is unset or set to the empty string"
6-
exit 1
7-
fi
8-
94
if [ -z "${environment}" ]; then
105
echo "environment is unset or set to the empty string"
116
exit 1

0 commit comments

Comments
 (0)