Skip to content

Conversation

@mndeveci
Copy link
Contributor

Issue #, if available:
When copying dependencies to a target folder, we create a list of items in that path and iterate through them. If first item is a folder then it copies or moves them successfully since it auto creates subfolders during that operation. If first item is a file then it fails copy operation because parent folder doesn't exist.

Description of changes:
This change checks if target folder exists. If it doesn't exist, it creates it first before starting copy/move operations.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mndeveci mndeveci marked this pull request as ready for review February 17, 2022 05:29
@mndeveci mndeveci merged commit 7fe7045 into aws:develop Feb 18, 2022
@mndeveci mndeveci deleted the fix_copy_move_deps_actions branch February 18, 2022 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants