Skip to content

Commit c1939a4

Browse files
authored
more debugging
1 parent 6faca87 commit c1939a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ configure_aws_credentials(){
99
install_zip_dependencies(){
1010
echo "Installing and zipping dependencies..."
1111
cd ${INPUT_TARGET_DIR}
12+
echo "input target directory"
13+
echo ${INPUT_TARGET_DIR}
1214
mkdir python
1315
pip install --target=python -r "${INPUT_REQUIREMENTS_TXT}"
16+
echo "input requirements txt"
17+
echo ${INPUT_REQUIREMENTS_TXT}
1418
zip -r dependencies.zip ./python
1519
}
1620

0 commit comments

Comments
 (0)