From 30824d6f4eef9341b6742347ab0a9cc415804b26 Mon Sep 17 00:00:00 2001 From: Emile Swarts Date: Thu, 26 Sep 2024 15:25:16 +0100 Subject: [PATCH] Add debugging --- .copilot/phases/pre_build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.copilot/phases/pre_build.sh b/.copilot/phases/pre_build.sh index 27c33abd0..426aadc18 100644 --- a/.copilot/phases/pre_build.sh +++ b/.copilot/phases/pre_build.sh @@ -29,6 +29,13 @@ EOF update_pip_file_for_dbt_platform() { sed -i 's/\[packages\]/[packages]\nendesive = "~=1.5.9"\npython-pkcs11 = "~=0.7.0"\npykcs11 = "~=1.4.4"\n/' Pipfile pipenv lock + + echo "PIPFILE ---" + cat Pipfile + echo + echo + echo "PIPFILE LOCK ---" + cat Pipfile.lock } main() {