echos
This commit is contained in:
parent
e345907744
commit
f59ea26c6d
|
@ -33,7 +33,7 @@ fi
|
||||||
ls
|
ls
|
||||||
echo 'here'
|
echo 'here'
|
||||||
cd $WORKDIR
|
cd $WORKDIR
|
||||||
|
ls
|
||||||
if [ -f requirements.txt ]; then
|
if [ -f requirements.txt ]; then
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
fi # [ -f requirements.txt ]
|
fi # [ -f requirements.txt ]
|
||||||
|
|
Loading…
Reference in New Issue