Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
emileswarts committed Sep 26, 2024
1 parent 1d6b861 commit 30824d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .copilot/phases/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 30824d6

Please sign in to comment.