Skip to content

Commit 177ff74

Browse files
Update workflowTemplate.yaml
1 parent a3e598b commit 177ff74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

workflows/sonar/versions/0.0.1/workflowTemplate.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ spec:
4747

4848
command:
4949
- sonar-scanner
50-
- --rm
51-
- -e SONAR_HOST_URL="http://'{{ inputs.parameters.SONAR_HOST_URL }}'"
52-
- -e SONAR_LOGIN="$SONAR_LOGIN_TOKEN"
53-
- -v "/tmp/sonar/:/usr/src"
50+
- -h
51+
# - --rm
52+
# - -e SONAR_HOST_URL="http://'{{ inputs.parameters.SONAR_HOST_URL }}'"
53+
# - -e SONAR_LOGIN="$SONAR_LOGIN_TOKEN"
54+
# - -v "/tmp/sonar/:/usr/src"

0 commit comments

Comments
 (0)