Skip to content

Commit

Permalink
Update guest-package-build.jsonnet: remove overlays branch arg (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
sejalsharma-google authored Jun 12, 2024
1 parent 49d2c22 commit b616b8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions concourse/pipelines/guest-package-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ local buildpackageimagetaskcos = {
source_image:: error 'must set source_image in buildpackageimagetaskcos',
dest_image:: error 'must set dest_image in buildpackageimagetaskcos',
commit_sha:: error 'must set dest_image in buildpackageimagetaskcos',
cos_branch:: error 'must set dest_image in buildpackageimagetaskcos',
machine_type:: 'e2-medium',
worker_image:: 'projects/compute-image-tools/global/images/family/debian-11-worker',

Expand All @@ -295,7 +294,6 @@ local buildpackageimagetaskcos = {
'-var:source_image=' + tl.source_image,
'-var:dest_image=' + tl.dest_image,
'-var:commit_sha=' + tl.commit_sha,
'-var:cos_branch=' + tl.cos_branch,
'-var:machine_type=' + tl.machine_type,
'-var:worker_image=' + tl.worker_image,
'./compute-image-tools/daisy_workflows/image_build/install_package/cos/install_package_cos.wf.json',
Expand Down

0 comments on commit b616b8e

Please sign in to comment.