-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(assets): run executable command of container assets in cloud assembly root directory #16094
Conversation
@@ -183,7 +183,7 @@ describe('external assets', () => { | |||
|
|||
const expectAllSpawns = mockSpawn( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need an assertion that verifies that the default is to run next to assets.json
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's why I extended the mock of "sometool" so that it also checks that cwd is set to "/external/cdk.out".
I'm super eager to get this one reviewed and merged in because it will fix a cross platform build problem I have for an upcoming ECS Anywhere demo app with CDK that I am building. Anything we can do to expedite this one? |
@rix0rrr can you take a look? |
Pull request has been modified.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Runs the executable command of container assets in the cloud assembly root directory and not the current directory.
Could be a breaking change.
fixes #15721
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license