diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-04-30 02:30:12 -0400 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-04-30 14:30:12 +0800 |
commit | 66c803fae25f966a23d012de91e281e229b62cd4 (patch) | |
tree | c021213252648b23eca65b259b666488b7759875 /models/fixtures/pull_request.yml | |
parent | 0308d44a16d7bdcda75c1e946dc06efca48ed624 (diff) | |
download | gitea-66c803fae25f966a23d012de91e281e229b62cd4.tar.gz gitea-66c803fae25f966a23d012de91e281e229b62cd4.zip |
MySQL, Postgres integration tests in drone (#1638)
* MySQL, Postgres integration tests in drone
* Fix .drone.yml
* sign drone
* resign drone
Diffstat (limited to 'models/fixtures/pull_request.yml')
-rw-r--r-- | models/fixtures/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/fixtures/pull_request.yml b/models/fixtures/pull_request.yml index 7946a0f8f7..d8313f9f90 100644 --- a/models/fixtures/pull_request.yml +++ b/models/fixtures/pull_request.yml @@ -16,7 +16,7 @@ - id: 2 type: 0 # gitea pull request - status: 1 # checking + status: 2 # mergable issue_id: 3 index: 3 head_repo_id: 1 |