~sirodoht/mataroa

9684adba5861ff9fe886910830f6273776f5344e — Theodore Keloglou 4 months ago 82597d1
change test command to make version on deploy script
1 files changed, 1 insertions(+), 1 deletions(-)

M deploy.sh
M deploy.sh => deploy.sh +1 -1
@@ 44,12 44,12 @@ main() {
    pip install -r requirements.txt

    # make sure tests pass
    python manage.py test

    # stop postgres server
    if [ $DID_WE_START_PG -eq 1 ]; then
        PGDATA=postgres-data/ pg_ctl stop
    fi
    make test

    # push origin srht
    git push -v origin master