fix: remove stale comment from sonar step
This commit is contained in:
@@ -64,7 +64,6 @@ steps:
|
|||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
from_secret: sonar_token
|
from_secret: sonar_token
|
||||||
commands:
|
commands:
|
||||||
- # sonar-scanner path set below
|
|
||||||
- /opt/sonar-scanner-6.2.1.4610-linux-x64/bin/sonar-scanner -Dsonar.token=$SONAR_TOKEN
|
- /opt/sonar-scanner-6.2.1.4610-linux-x64/bin/sonar-scanner -Dsonar.token=$SONAR_TOKEN
|
||||||
depends_on: [lint, test]
|
depends_on: [lint, test]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user