mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
Merge pull request #77 from nextcloud/bump_drone
Bump drone images to contain WebEngine
This commit is contained in:
commit
18b456ea2c
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ clone:
|
|||
|
||||
pipeline:
|
||||
qt-5.7:
|
||||
image: nextcloudci/client-5.7:latest
|
||||
image: nextcloudci/client-5.7:client-5.7-2
|
||||
commands:
|
||||
# Install QtKeyChain
|
||||
- /bin/bash -c "
|
||||
|
@ -30,7 +30,7 @@ pipeline:
|
|||
matrix:
|
||||
TESTS: qt-5.7
|
||||
qt-5.8:
|
||||
image: nextcloudci/client-5.8:latest
|
||||
image: nextcloudci/client-5.8:client-5.8-2
|
||||
commands:
|
||||
# Install QtKeyChain
|
||||
- /bin/bash -c "
|
||||
|
@ -55,7 +55,7 @@ pipeline:
|
|||
matrix:
|
||||
TESTS: qt-5.8
|
||||
qt-5.9:
|
||||
image: nextcloudci/client-5.9:latest
|
||||
image: nextcloudci/client-5.9:client-5.9-2
|
||||
commands:
|
||||
# Install QtKeyChain
|
||||
- /bin/bash -c "
|
||||
|
|
Loading…
Reference in a new issue