further work on gitlab-ci.yml
This commit is contained in:
parent
c5261e62b6
commit
4ab0d5bba5
@ -17,9 +17,10 @@ Pack:
|
|||||||
stage: packaging
|
stage: packaging
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
- DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo libssl1.0.0
|
- DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo
|
||||||
|
- 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
|
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
|
||||||
- sudo dpkg -i 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
|
||||||
- krankerl package
|
- krankerl package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user