Building from PR #10 to include necessary updates for successfully publishing the orb.
Solves:
6
7
When you pass arguments to deploy-bundle command, it passes them both for aws deploy create-deployment and aws deploy get-deployment, resulting deployment failure, like: Unknown options: --file-exists-behavior=OVERWRITE
Changes:
Adds deploy-bundle-arguments to the deploy-bundle command and deploy job.
Removes arguments parameter from deploy-bundle command and deploy job.
Building from PR #10 to include necessary updates for successfully publishing the orb.
Solves:
6
7
Changes:
deploy-bundle-arguments
to thedeploy-bundle
command anddeploy
job.arguments
parameter fromdeploy-bundle
command anddeploy
job.Other:
Co-Author: @denisemauldin