diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-08-27 14:13:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 14:13:44 +0200 |
commit | a17aba4e23c7ab6eecba7c655266f511e14212fc (patch) | |
tree | f2a33ec98b8fa38d5b4fed6037ed88862534a181 | |
parent | 34716f99a24b33494bdefc0f38416f498ee0ba7f (diff) | |
parent | df268fef344568346ca6b8c0b72cd1b9213f8954 (diff) | |
download | nextcloud-server-a17aba4e23c7ab6eecba7c655266f511e14212fc.tar.gz nextcloud-server-a17aba4e23c7ab6eecba7c655266f511e14212fc.zip |
Merge pull request #6245 from nextcloud/postgres
[Drone] Properly quote "7.0" in drone so it actually runs tests
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index adcf1cc0da2..c048e2fc6fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -299,7 +299,7 @@ pipeline: when: matrix: DB: postgres - PHP: 7.0 + PHP: "7.0" mysqlmb4-php5.6: image: nextcloudci/php5.6:php5.6-8 commands: |