Skip to content

Commit

Permalink
Updating pass field so it triggers from the prod publish (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatyl authored Oct 18, 2024
1 parent c488876 commit c5515e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/pipelines/windows-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ local ImgPublishJob(image, env, workflow_dir, gcs_dir) = imgpublishjob {
else if env == 'internal' then
'publish-to-prod-' + image
else if env == 'byol' then
'publish-to-byol-' + image
'publish-to-prod-' + image
else if env == 'client' then
'publish-to-testing-' + image,

Expand Down

0 comments on commit c5515e7

Please sign in to comment.