Skip to content
Snippets Groups Projects
Commit 7a02d030 authored by Martin Mareš's avatar Martin Mareš
Browse files

Deploy: Create temporary directory

parent d3ddab53
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ fi ...@@ -24,7 +24,7 @@ fi
echo "Creating directories" echo "Creating directories"
mkdir -p $DEST/{log,var} mkdir -p $DEST/{log,var}
mkdir -p $DEST/data/files mkdir -p $DEST/data/{files,tmp}
echo "Installing package" echo "Installing package"
pip install -c constraints.txt . pip install -c constraints.txt .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment