diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-09 11:10:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-08-09 11:10:21 +0200 |
commit | 428b8b53a5fce63703144ddbfba969e766d2f5fc (patch) | |
tree | f0d2a609da8d73fa937b003033707d1995fa6461 /.drone.yml | |
parent | 8549fcf6e4ae70c6cf0f05f97f93a6196e9c68c2 (diff) | |
download | nextcloud-server-428b8b53a5fce63703144ddbfba969e766d2f5fc.tar.gz nextcloud-server-428b8b53a5fce63703144ddbfba969e766d2f5fc.zip |
Update syntax to drone 0.8
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index ba8ce575640..a8d1940d9de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,9 @@ -pipeline: - clone: +clone: + git: image: plugins/git depth: 1 + +pipeline: jsunit: image: nextcloudci/jsunit:jsunit-5 commands: |