Skip to content

Commit

Permalink
update unit test task paths (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr authored Oct 19, 2023
1 parent 8f73bfe commit 96e250a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tekton/timestamp-authority-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ spec:
- name: name
value: go-unit-test
- name: bundle
value: quay.io/securesign/tsa-unit-test@sha256:032d9bf967a0da0d34d7303006c894bf69fddb186d1b9e7a00b286fee22bd91e
value: quay.io/securesign/tsa-unit-test@sha256:8a1900ca9afdf161004f5f1b21cbca4ba063445c578d4aff63a7d067016fc2a8
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/timestamp-authority-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ spec:
- name: name
value: go-unit-test
- name: bundle
value: quay.io/securesign/tsa-unit-test@sha256:032d9bf967a0da0d34d7303006c894bf69fddb186d1b9e7a00b286fee22bd91e
value: quay.io/securesign/tsa-unit-test@sha256:8a1900ca9afdf161004f5f1b21cbca4ba063445c578d4aff63a7d067016fc2a8
- name: kind
value: task
resolver: bundles
Expand Down
4 changes: 2 additions & 2 deletions .tekton/tsa-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
- name: source
steps:
- name: run-tests
image: registry.access.redhat.com/ubi9/go-toolset@sha256:e91cbbd0b659498d029dd43e050c8a009c403146bfba22cbebca8bcd0ee7925f
workingDir: $(workspaces.source.path)
image: registry.access.redhat.com/ubi9/go-toolset@sha256:7e49e105a854749d67e5e02fb4069b48bd50445098c780b7f808cc351dee2589
workingDir: $(workspaces.source.path)/source
script: |
#!/usr/bin/env sh
git config --global --add safe.directory /workspace/source
Expand Down

0 comments on commit 96e250a

Please sign in to comment.