From 20700234df61d1d42b3c4d22d36600a15edc689f Mon Sep 17 00:00:00 2001 From: Sam Dudley Date: Mon, 9 Dec 2024 14:47:57 +0000 Subject: [PATCH] wip --- .copilot/image_build_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index 548f3d3b..a15c3854 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# Exit early if something goes wrong -set -e +# Exit early if something goes wrong and +set -ex # Add commands below to run inside the container after all the other buildpacks have been applied export $(grep -v '^#' .env | xargs -d '\n')