We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcac0ff commit 762c44cCopy full SHA for 762c44c
bin/gen-drone.sh
@@ -20,7 +20,7 @@ if [ "$receiver" = 'slack' ]; then
20
else
21
key="lowPrio"
22
fi
23
-set -x
+
24
readonly webhook=$(echo "$values" | yq r - "alerts.$receiver.$key")
25
26
function template_drone_config() {
0 commit comments