Skip to content

Commit

Permalink
Merge pull request #137 from jplock/jp-codebuild
Browse files Browse the repository at this point in the history
[fix] remove pyenv caching
  • Loading branch information
jplock authored Feb 3, 2025
2 parents 497e8ed + 4a14be9 commit 0731bbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ artifacts:
cache:
files:
- '/root/.cache/**/*'
- '/root/.pyenv/**/*'
- '/root/api/.aws-sam/**/*'
- '/root/api/.venv/**/*'
1 change: 0 additions & 1 deletion canary/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ artifacts:
cache:
files:
- '/root/.cache/**/*'
- '/root/.pyenv/**/*'
- '/root/canary/.aws-sam/**/*'
- '/root/canary/.venv/**/*'

0 comments on commit 0731bbc

Please sign in to comment.