From fc806fb41651d165e7e8c14eb94ce4c2a6c319fd Mon Sep 17 00:00:00 2001 From: syedimranhassan Date: Tue, 24 Oct 2023 15:24:22 +0500 Subject: [PATCH] chore: Remove AWS_CONFIG_FILE from xqueue jobs --- devops/jobs/AddXqueueToDashboard.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/devops/jobs/AddXqueueToDashboard.groovy b/devops/jobs/AddXqueueToDashboard.groovy index 9b16be7c2..42651faee 100644 --- a/devops/jobs/AddXqueueToDashboard.groovy +++ b/devops/jobs/AddXqueueToDashboard.groovy @@ -45,7 +45,6 @@ class AddXqueueToDashboard { credentialsBinding { def variable = "update-xqueue-dashboard-edx-role-arn" string('ROLE_ARN', variable) - file('AWS_CONFIG_FILE','tools-edx-jenkins-aws-credentials') } }