Skip to content

Commit

Permalink
Forgot to mkdir before copying to one.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Apr 15, 2019
1 parent ec8d9c9 commit 965fe03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codebuild/cd/manylinux1-tee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ phases:
build:
commands:
- echo Build started on `date`
- mkdir dist
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86_64/dist/* dist/
- cp -r $CODEBUILD_SRC_DIR_manylinux1_x86/dist/* dist/
post_build:
Expand Down
1 change: 1 addition & 0 deletions codebuild/cd/windows-tee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ phases:
build:
commands:
- echo Build started on `date`
- mkdir dist
- cp -r $CODEBUILD_SRC_DIR_aws_crt_python_win64/* dist/
- cp -r $CODEBUILD_SRC_DIR_aws_crt_python_win32/* dist/
post_build:
Expand Down

0 comments on commit 965fe03

Please sign in to comment.