From 545a1a5fac428edfe0fd06bf78d283007663b00c Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Fri, 17 Jul 2020 09:30:09 +0700 Subject: [PATCH] :heavy_minus_sign: Remove unused variable --- entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 49af028..1a80cf0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,6 +25,4 @@ sonar-scanner \ -Dsonar.login=${INPUT_LOGIN} \ -Dsonar.password=${INPUT_PASSWORD} \ -Dsonar.sources=. \ - -Dsonar.sourceEncoding=UTF-8 \ - ${SONAR_PASSWORD} - + -Dsonar.sourceEncoding=UTF-8