We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9573f36 commit a43611fCopy full SHA for a43611f
1 file changed
entrypoint.sh
@@ -1,11 +1,8 @@
1
#!/bin/bash
2
set -e
3
-set -x
4
5
cd "${INPUT_CODE_PATH}"
6
7
-env
8
-
9
install_zip_dependencies(){
10
echo "Installing and zipping dependencies..."
11
mkdir python
0 commit comments