Skip to content

Commit

Permalink
Merge pull request #226 from jfilipcz/fix-quote-chars-on-tekton-pipel…
Browse files Browse the repository at this point in the history
…ines

Fix the quote characters in Tekton pipeline
  • Loading branch information
ckavili authored Oct 20, 2022
2 parents f32c82f + 4382002 commit cde5826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/templates/pipelines/maven-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: deleteExisting
value: "true"
- name: sslVerify
value: false
value: "false"


# Code Analysis
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
- name: deleteExisting
value: "true"
- name: sslVerify
value: false
value: "false"
runAfter:
- helm-package

Expand Down

0 comments on commit cde5826

Please sign in to comment.