Merge pull request #1536 from nextcloud/ci/bump5.12image/libsecret

Bump Qt5.12 image
This commit is contained in:
Roeland Jago Douma 2019-10-21 20:27:53 +02:00 коммит произвёл GitHub
Родитель 11e14f1726 4c791abafc
Коммит a6fae36cb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -237,7 +237,7 @@ name: qt-5.12
steps:
- name: build and test
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@ -278,7 +278,7 @@ name: qt-5.12-clang
steps:
- name: build and test
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@ -319,7 +319,7 @@ name: AppImage
steps:
- name: build
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
trigger: