Skip to content

Commit

Permalink
Update prepublish task prod --> testing (#1168)
Browse files Browse the repository at this point in the history
* Update prepublish task prod --> testing

* Drop prepublish step from pipeline

Removes redundant run.
  • Loading branch information
jjerger authored May 16, 2024
1 parent 65c35d7 commit c0ebc1d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions concourse/pipelines/windows-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -530,18 +530,6 @@ local imgpublishjob = {
file: 'publish-version/version',
},
] +
if job.env == 'prod' && job.runtests then
[
{
task: 'prepublish-test-' + job.image,
config: prepublishtesttask {
images: 'projects/bct-prod-images/global/images/%s-((.:publish-version))' % job.image,
},
attempts: 3,
}
]
else
[] +
if job.env == 'prod' then
[
{
Expand Down

0 comments on commit c0ebc1d

Please sign in to comment.