We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faca87 commit c1939a4Copy full SHA for c1939a4
1 file changed
entrypoint.sh
@@ -9,8 +9,12 @@ configure_aws_credentials(){
9
install_zip_dependencies(){
10
echo "Installing and zipping dependencies..."
11
cd ${INPUT_TARGET_DIR}
12
+ echo "input target directory"
13
+ echo ${INPUT_TARGET_DIR}
14
mkdir python
15
pip install --target=python -r "${INPUT_REQUIREMENTS_TXT}"
16
+ echo "input requirements txt"
17
+ echo ${INPUT_REQUIREMENTS_TXT}
18
zip -r dependencies.zip ./python
19
}
20
0 commit comments