diff --git a/.drone.yml b/.drone.yml index 68a0c9720..9148cdf4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,7 +61,7 @@ services: - name: tmp-postgres-unit path: /var/lib/postgresql/data commands: - - -c fsync=off -x full_page_writes=off # turns of wal + - postgres -c fsync=off -x full_page_writes=off # turns of wal - name: test-postgres-integration image: postgres:13 environment: @@ -71,7 +71,7 @@ services: - name: tmp-postgres-integration path: /var/lib/postgresql/data commands: - - -c fsync=off -x full_page_writes=off # turns of wal + - postgres -c fsync=off -x full_page_writes=off # turns of wal - name: test-postgres-migration image: postgres:13 environment: @@ -81,7 +81,7 @@ services: - name: tmp-postgres-migration path: /var/lib/postgresql/data commands: - - -c fsync=off -x full_page_writes=off # turns of wal + - postgres -c fsync=off -x full_page_writes=off # turns of wal trigger: branch: