Skip to content

Commit

Permalink
Fix Typo in tekton-golang-coverage.yaml
Browse files Browse the repository at this point in the history
There was a typo in tekton-golang-coverage.yaml that was creating
wrong artifacts directory named `artifacts"` instead of `artifacts`.
This PR fixes that typo.
  • Loading branch information
chitrangpatel authored and tekton-robot committed Jan 16, 2023
1 parent 3deba3b commit ed5d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/ci/jobs/tekton-golang-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
- name: path
value: artifacts
- name: location
value: gs://$(params.uploadGcsBucket)/pr-logs/pull/$(tasks.split-full-repo-name.results.repoOwner)_$(tasks.split-full-repo-name.results.repoName)/$(params.pullRequestNumber)/$(params.jobName)/$(params.buildUUID)/artifacts"
value: gs://$(params.uploadGcsBucket)/pr-logs/pull/$(tasks.split-full-repo-name.results.repoOwner)_$(tasks.split-full-repo-name.results.repoName)/$(params.pullRequestNumber)/$(params.jobName)/$(params.buildUUID)/artifacts
workspaces:
- name: credentials
workspace: credentials
Expand Down

0 comments on commit ed5d1e1

Please sign in to comment.