diff --git a/utils.sh b/utils.sh index 88a35ce..8456fdd 100644 --- a/utils.sh +++ b/utils.sh @@ -42,7 +42,7 @@ function image_exists() { function github_status() { local status=$1 local description=$2 - curl -s \ + curl -s -S \ --request POST \ --header "Content-Type: application/json" \ --data "{\"state\":\"${status}\",\"description\":\"${description}\",\"context\":\"ecs-conex\"}" \