run this file within pipenv
This commit is contained in:
parent
2de655a8df
commit
b38f583051
2
update
2
update
@ -17,7 +17,7 @@ echo -n "fetching "
|
|||||||
git pull -q origin master >/dev/null
|
git pull -q origin master >/dev/null
|
||||||
|
|
||||||
echo -n "... collecting "
|
echo -n "... collecting "
|
||||||
pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null
|
python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null
|
||||||
|
|
||||||
echo -n "... bumping "
|
echo -n "... bumping "
|
||||||
version=$(date +"%y%m%d")
|
version=$(date +"%y%m%d")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user