fix: remove stale comment from sonar step

This commit is contained in:
olekhondera
2026-03-28 13:48:19 +02:00
parent a9e5cfbdaf
commit 978d2dca9e

View File

@@ -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]