~sirodoht/mataroa

d8c22b9dfb46a818d2baaa5c5eb1d934f54da344 — Theodore Keloglou 4 months ago 9684adb
fix deploy script test run
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
    make 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