-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Projen instructions fail at deploy step #103
Comments
There is also an issue with the taskfile variation: https://cdklabs.github.io/cdk-cicd-wrapper/getting_started/projen_with_taskfile.html I carried out these steps:
and got this error:
|
Thanks for reporting this, I am not sure if you checked out the Workshops section already: https://cdklabs.github.io/cdk-cicd-wrapper/workshops/index.html Would be very nice if you could take a look there and maybe prepare a PR to adjust these failing instructions. Contributions are always welcome 😊 |
The CDK deploy command is twice here:
and twice here: cdk-cicd-wrapper/packages/@cdklabs/cdk-cicd-wrapper-projen/src/projen/CDKCommands.ts Line 101 in cdddec3
In all those cases the command accepts arguments from the calling step because of That means adding '--all' to
cdk-cicd-wrapper/packages/@cdklabs/cdk-cicd-wrapper-projen/src/projen/CDKCommands.ts Line 101 in cdddec3
I will raise a PR once I've work out how to test that change locally :-) |
Describe the bug
I have been following the Projen steps here: https://cdklabs.github.io/cdk-cicd-wrapper/getting_started/projen.html and get this error:
Expected Behavior
The project should deploy at this stage
Current Behavior
When I get to the deploy step it fails with the error above. I have successfully followed the https://cdklabs.github.io/cdk-cicd-wrapper/getting_started/index.html guide and adopted an existing project into the same AWS accounts.
Reproduction Steps
I carried out these steps as per the documentation:
Then the error occurs
Possible Solution
No response
Additional Information/Context
No response
CDK CI/CD Wrapper version used
0.2.13
Environment details (OS name and version, etc.)
OSX 15.2
The text was updated successfully, but these errors were encountered: