remove unnecessary section on drone

This commit is contained in:
Lunny Xiao 2019-10-16 12:00:52 +08:00
parent bdb51e00f2
commit c8296acb0e
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 14 deletions

View File

@ -11,13 +11,6 @@ workspace:
path: src/gitea.com/xorm/xorm path: src/gitea.com/xorm/xorm
steps: steps:
- name: init_postgres
pull: default
image: postgres:9.5
commands:
- "until psql -U postgres -d xorm_test -h pgsql \\\n -c \"SELECT 1;\" >/dev/null 2>&1; do sleep 1; done\n"
- "psql -U postgres -d xorm_test -h pgsql \\\n -c \"create schema xorm;\"\n"
- name: build - name: build
pull: default pull: default
image: golang:1.10 image: golang:1.10
@ -181,13 +174,6 @@ workspace:
path: src/gitea.com/xorm/xorm path: src/gitea.com/xorm/xorm
steps: steps:
- name: init_postgres
pull: default
image: postgres:9.5
commands:
- "until psql -U postgres -d xorm_test -h pgsql \\\n -c \"SELECT 1;\" >/dev/null 2>&1; do sleep 1; done\n"
- "psql -U postgres -d xorm_test -h pgsql \\\n -c \"create schema xorm;\"\n"
- name: build - name: build
pull: default pull: default
image: golang:1.11 image: golang:1.11