Skip to content

Commit

Permalink
Remove credential-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Apr 11, 2024
1 parent 766559f commit 064fb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ env:
LS_LOG: trace
parameter-store:
LOCALSTACK_AUTH_TOKEN: /CodeBuild/LOCALSTACK_AUTH_TOKEN
git-credential-helper: yes

phases:
install:
runtime-versions:
python: 3.11
commands:
- test -d /root/.pyenv/versions/3.9.16/bin || pyenv install 3.9.16
- test -d /root/.pyenv/versions/3.9.16 || pyenv install 3.9.16
- pyenv global 3.9.16
- pip install -r requirements-dev.txt
- pip install localstack
Expand Down Expand Up @@ -45,4 +44,5 @@ phases:

cache:
paths:
- /root/.pyenv/versions/3.9.16
- '/root/.pyenv/versions/3.9.16/**/*'

0 comments on commit 064fb2a

Please sign in to comment.