Disable automatic python module update.

This commit is contained in:
Achim D. Brucker 2017-11-05 20:15:05 +00:00
parent 6279bd9909
commit d0b173c55f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ls "$SING_IMG" > /dev/null
$SING_EXEC git fetch > $LOG
$SING_EXEC git checkout production >> $LOG
$SING_EXEC git pull >> $LOG
$SING_EXEC pip3 install --system -e ../ExtensionCrawler
# $SING_EXEC pip3 install --system -e ../ExtensionCrawler
# Update cdnjs git repository and update cdnjs data base table
$SING_EXEC ./cdnjs-git-miner -v -p 1 -u -a /opt/archive >> $LOG