From 1bf6b6731cf9eb7ef76fe699e25c69efae9904ed Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Mon, 26 Sep 2022 14:37:59 -0400 Subject: [PATCH] test gchat --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7eecb5b..c81c660 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,4 @@ steps: GCHAT_WH: from_secret: GCHAT_WH commands: - - "curl -X 'POST' '$GCHAT_WH' -H 'Content-type:application/json' -d '{\"text\":\"Drone says hello\"}' " + - "curl -X 'POST' ${GCHAT_WH} -H 'Content-type:application/json' -d '{\"text\":\"Drone says hello\"}' "