From 064fb2a269d09f8609bb850a7eb82d8ec4728d14 Mon Sep 17 00:00:00 2001 From: lakkeger Date: Wed, 10 Apr 2024 16:54:06 +0200 Subject: [PATCH] Remove credential-helper --- buildspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 54caae4..2c9ad20 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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 @@ -45,4 +44,5 @@ phases: cache: paths: - - /root/.pyenv/versions/3.9.16 + - '/root/.pyenv/versions/3.9.16/**/*' +