diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0596edd2a92a51503d29239f8e62cf8ea56ff2a..4974438c5dd777b4ba40304213a31ad0d449b3da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,12 +42,12 @@ testing: packaging: stage: packaging + image: ubuntu:rolling script: - apt update - - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml - - wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb - - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb - - sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb krankerl_0.12.3_amd64.deb + - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml nodejs npm git + - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb + - sudo dpkg -i krankerl_0.13.0_amd64.deb - krankerl package artifacts: paths: diff --git a/CHANGELOG.md b/CHANGELOG.md index cd37428bc56235506c1404a603f49e2ed67194b2..8fdf3fd4b8f628f6c5eada36f73aa59e6eaefdb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ yet implemented. ### Changed - Update npm modules [#181](https://git.project-insanity.org/onny/nextcloud-app-podcast/-/issues/181) @onny +- CI: Update krankerl + [#179](https://git.project-insanity.org/onny/nextcloud-app-podcast/-/issues/179) @onny ## 0.2 - 2021-02