From 2d21830462018209e72759b62ac04db7cdca6467 Mon Sep 17 00:00:00 2001 From: Amber Date: Sun, 4 Sep 2022 01:09:44 -0400 Subject: [PATCH] Ugh --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 849f869..d1d8a8f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { sh ''' curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \ -X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments" \ - -d "{ \"force_build\" : true }" --fail-with-body + -d "{ \"force_build\" : true }" ''' } }