Skip to content

Commit

Permalink
chore: Update tekton-autotest image version (#74)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12931

Related: #74
Change-Id: If3c9463cb54113a438acea78e58ee659050c8d77
  • Loading branch information
oleksandr_taruraiev committed Dec 11, 2023
1 parent 413bff2 commit ce3f288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: string
steps:
- name: init-autotest
image: epamedp/tekton-autotest:0.1.2
image: epamedp/tekton-autotest:0.1.3
workingDir: $(workspaces.source.path)
volumeMounts:
- name: autotests-workspace-template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
default: 'autotes-pipeline'
steps:
- name: wait-for
image: epamedp/tekton-autotest:0.1.2
image: epamedp/tekton-autotest:0.1.3
workingDir: $(workspaces.source.path)
env:
- name: AUTOTEST_PIPELINES
Expand Down

0 comments on commit ce3f288

Please sign in to comment.