Use latest ca-certificates for ffsend binary test against public instance

This commit is contained in:
timvisee 2021-10-04 12:45:11 +02:00
parent faa1141a2b
commit 4c55145a07
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -136,7 +136,8 @@ test-public:
variables:
GIT_STRATEGY: none
RUST_TARGET: x86_64-unknown-linux-musl
before_script: []
before_script:
- apk add ca-certificates
script:
# Prepare ffsend binary, create random file
- mv ./ffsend-$RUST_TARGET ./ffsend