Skip to content
Snippets Groups Projects
Commit 9bca14bd authored by onny's avatar onny
Browse files

ci: update krankerl (fixed #179)

parent 015a1d26
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -42,12 +42,12 @@ testing: ...@@ -42,12 +42,12 @@ testing:
packaging: packaging:
stage: packaging stage: packaging
image: ubuntu:rolling
script: script:
- apt update - apt update
- DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml nodejs npm git
- 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.13.0/krankerl_0.13.0_amd64.deb
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb - sudo dpkg -i krankerl_0.13.0_amd64.deb
- sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb krankerl_0.12.3_amd64.deb
- krankerl package - krankerl package
artifacts: artifacts:
paths: paths:
......
...@@ -13,6 +13,8 @@ yet implemented. ...@@ -13,6 +13,8 @@ yet implemented.
### Changed ### Changed
- Update npm modules - Update npm modules
[#181](https://git.project-insanity.org/onny/nextcloud-app-podcast/-/issues/181) @onny [#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 ## 0.2 - 2021-02
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment