From 8d30de9d83f45f076ca20ffe949986e3899d16be Mon Sep 17 00:00:00 2001 From: Lawrence <34475808+acodeninja@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:14:05 +0000 Subject: [PATCH] DBTP-586 Switch to new build configuration (#49) - Remove old buildspec - Add new build config, tested locally --- .copilot/config.yml | 4 ++++ copilot/web/buildspec.yml | 24 ------------------------ 2 files changed, 4 insertions(+), 24 deletions(-) create mode 100644 .copilot/config.yml delete mode 100644 copilot/web/buildspec.yml diff --git a/.copilot/config.yml b/.copilot/config.yml new file mode 100644 index 0000000..8ce3edd --- /dev/null +++ b/.copilot/config.yml @@ -0,0 +1,4 @@ +repository: s3proxy +builder: + name: paketobuildpacks/builder-jammy-base + version: 0.4.240 diff --git a/copilot/web/buildspec.yml b/copilot/web/buildspec.yml deleted file mode 100644 index cff7e22..0000000 --- a/copilot/web/buildspec.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 0.2 - -# Here you define and env VARS you need during your tests. -env: - variables: - LOG_LEVEL: DEBUG - -phases: - # Here will be your packages you need for your tests. - # install: - # runtime-versions: - # python: 3.11 - # - # # Here will be your tests. - # pre_build: - # commands: - # - echo "Running Tests" - # - {run your test commands here if you have some} - - # This will build your app and push to ECR - build: - commands: - - echo "Building App" - - /work/build.sh