fix pipelines timeout

This commit is contained in:
wh1te909 2020-09-10 22:24:40 +00:00
parent cae795307e
commit 4034e07f7a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
steps:
- script: |
psql -c 'DROP DATABASE IF EXISTS pipeline;' -U postgres
psql -c 'DROP DATABASE IF EXISTS test_pipeline;' -U postgres
psql -c 'CREATE DATABASE pipeline;' -U postgres
rm -rf /home/steam/myagent/_work/1/s/api/env