Skip to content

Commit c651e38

Browse files
committed
Reuse virtual env of prev deployment
1 parent 5023160 commit c651e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuildScriptGenerator/Python/PythonBashBuildSnippet.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666
echo "Executing: $CreateVenvCommand"
6767
$CreateVenvCommand
6868

69-
CACHE_EXTRACTION_DIR=""/tmp/oryx_cache_$(date +%s)""
69+
CACHE_EXTRACTION_DIR="/tmp/oryx_cache_$(date +%s)"
7070
OLD_VENV_RESTORED=false
7171

7272
if [ -f "/home/site/wwwroot/output.tar.gz" ]; then

0 commit comments

Comments
 (0)