Skip to content

Commit 0731bbc

Browse files
authored
Merge pull request #137 from jplock/jp-codebuild
[fix] remove pyenv caching
2 parents 497e8ed + 4a14be9 commit 0731bbc

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

api/buildspec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ artifacts:
2929
cache:
3030
files:
3131
- '/root/.cache/**/*'
32-
- '/root/.pyenv/**/*'
3332
- '/root/api/.aws-sam/**/*'
3433
- '/root/api/.venv/**/*'

canary/buildspec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ artifacts:
2929
cache:
3030
files:
3131
- '/root/.cache/**/*'
32-
- '/root/.pyenv/**/*'
3332
- '/root/canary/.aws-sam/**/*'
3433
- '/root/canary/.venv/**/*'

0 commit comments

Comments
 (0)